don't hide buttons below playlist and smartblock contents pane
This commit is contained in:
parent
46483bff0c
commit
6b8bf52bb3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue