Show playlist and smartblock contents on shorter screens. Fixes #574

This commit is contained in:
ryan 2018-10-22 18:43:49 -05:00
parent 6fa53f58d0
commit 9bed0b79ca

View File

@ -585,11 +585,11 @@ li.ui-state-default {
.spl_sortable {
height: 100%;
overflow: auto;
-webkit-flex: 1 100%;
-moz-flex: 1 100%;
-ms-flex: 1 100%;
-o-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 0 100%;
-moz-flex: 1 0 100%;
-ms-flex: 1 0 100%;
-o-flex: 1 0 100%;
flex: 1 0 100%;
margin: 4px 0;
min-height: 0;