Reduces modal inner list for gutenberg blocks to avoid scroll.
This commit is contained in:
parent
2460c55b08
commit
451e560f26
|
@ -185,7 +185,7 @@
|
|||
list-style-type: none;
|
||||
margin: 10px;
|
||||
padding: 2px;
|
||||
max-height: 50vh;
|
||||
max-height: 39vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
|
|
Loading…
Reference in New Issue