From 6b8bf52bb3ebb4c120181d8460388eb20566ae77 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 7 Nov 2018 18:46:05 -0600 Subject: [PATCH] don't hide buttons below playlist and smartblock contents pane --- airtime_mvc/public/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index 05c5d18c3..d94b0f941 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -591,7 +591,7 @@ li.ui-state-default { overflow: auto; margin: 4px 0; min-height: 6em; - max-height: 100%; + max-height: calc(100% - 40px); padding: 5px; border: 1px solid #444; border-radius: 3px;