don't hide buttons below playlist and smartblock contents pane

This commit is contained in:
ryan 2018-11-07 18:46:05 -06:00
parent 46483bff0c
commit 6b8bf52bb3

View file

@ -591,7 +591,7 @@ li.ui-state-default {
overflow: auto; overflow: auto;
margin: 4px 0; margin: 4px 0;
min-height: 6em; min-height: 6em;
max-height: 100%; max-height: calc(100% - 40px);
padding: 5px; padding: 5px;
border: 1px solid #444; border: 1px solid #444;
border-radius: 3px; border-radius: 3px;