From 9bed0b79caffb6c74e16c2f722ad95cfaea60c5d Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 22 Oct 2018 18:43:49 -0500 Subject: [PATCH] Show playlist and smartblock contents on shorter screens. Fixes #574 --- airtime_mvc/public/css/dashboard.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index 1c575ea0a..5ac64b006 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -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;