mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Fix menus with many items (#5972)
This commit is contained in:
parent
e716fd6437
commit
2f1866131f
|
@ -755,6 +755,8 @@ div.tutorial h2 { font-size: 14pt;}
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-shadow: 1px 1px 3px 0px #bbb;
|
box-shadow: 1px 1px 3px 0px #bbb;
|
||||||
|
max-height: 700px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-container ul ul li {
|
.nav-container ul ul li {
|
||||||
|
@ -1569,4 +1571,4 @@ settings_tab tr:first-child td { border-top: 0px; }
|
||||||
.toolbar-light a:first-child {
|
.toolbar-light a:first-child {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user