mirror of
https://github.com/friendica/friendica
synced 2024-11-10 23:42:53 +00:00
css: uncomment overflow: hidden for standard page section. !We have to prove if this has a negative impact
This commit is contained in:
parent
c4861a80b6
commit
ed3b3d2d4a
1 changed files with 1 additions and 1 deletions
|
@ -1511,7 +1511,7 @@ ul.dropdown-menu li:hover {
|
||||||
background-color: rgba(255,255,255,$contentbg_transp);
|
background-color: rgba(255,255,255,$contentbg_transp);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
/*overflow: hidden;*/
|
||||||
color: #555;
|
color: #555;
|
||||||
box-shadow: 0 0 3px #dadada;
|
box-shadow: 0 0 3px #dadada;
|
||||||
-webkit-box-shadow: 0 0 3px #dadada;
|
-webkit-box-shadow: 0 0 3px #dadada;
|
||||||
|
|
Loading…
Reference in a new issue