mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Combine overflow-x & overflow-y to overflow
This commit is contained in:
parent
904acd6a57
commit
2654d929a0
1 changed files with 1 additions and 2 deletions
|
|
@ -138,8 +138,7 @@ body {
|
|||
|
||||
.scrollable-menu {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.index-header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue