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
|
@ -1511,7 +1511,7 @@ ul.dropdown-menu li:hover {
|
|||
background-color: rgba(255,255,255,$contentbg_transp);
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
/*overflow: hidden;*/
|
||||
color: #555;
|
||||
box-shadow: 0 0 3px #dadada;
|
||||
-webkit-box-shadow: 0 0 3px #dadada;
|
||||
|
|
Loading…
Reference in a new issue