Reduces modal inner list for gutenberg blocks to avoid scroll.

This commit is contained in:
mateuswetah 2020-04-07 08:32:05 -03:00
parent 2460c55b08
commit 451e560f26
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
list-style-type: none;
margin: 10px;
padding: 2px;
max-height: 50vh;
max-height: 39vh;
overflow-y: auto;
overflow-x: hidden;