mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Resize dropdown menu maxheight
This commit is contained in:
parent
6e62e31e08
commit
904acd6a57
1 changed files with 3 additions and 3 deletions
|
|
@ -137,9 +137,9 @@ body {
|
|||
}
|
||||
|
||||
.scrollable-menu {
|
||||
height: auto;
|
||||
max-height: 650px;
|
||||
overflow-x: hidden;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.index-header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue