hide scrollbar if not needed

This commit is contained in:
Matthias 2021-06-06 16:40:51 +02:00
parent a2a2c61e31
commit a535f8df42

View File

@ -718,7 +718,7 @@
position:relative;
height: auto !important;
max-height: calc(100vh - 200px) !important;
overflow-y: scroll;
overflow-y: auto;
padding: 10px;
}