mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
hide (vertical) scrollbar for more... submenu
This commit is contained in:
parent
7fc89ea36d
commit
b90d93ddbb
@ -513,7 +513,7 @@ div.et2_link_entry input.ui-autocomplete-input {
|
|||||||
/* Link to */
|
/* Link to */
|
||||||
.et2_link_to {
|
.et2_link_to {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
overflow-x: show;
|
overflow-x: visible;
|
||||||
}
|
}
|
||||||
.et2_link_to button {
|
.et2_link_to button {
|
||||||
display: inline;
|
display: inline;
|
||||||
@ -1186,7 +1186,7 @@ div.ui-toolbar-menulist{
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
height: inherit !important;
|
height: inherit !important;
|
||||||
z-index: 999 !important;
|
z-index: 999 !important;
|
||||||
overflow: auto !important;
|
overflow: hidden !important;
|
||||||
border: solid black 1px;
|
border: solid black 1px;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin-top: 3px !important;
|
margin-top: 3px !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user