From 42573fe80d35d4cb411944ae80bea6e582f5b249 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Wed, 10 Jan 2018 21:19:43 +0100 Subject: Handle small dialog windows --- html/webbox.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'html/webbox.css') diff --git a/html/webbox.css b/html/webbox.css index 19d303e..ffb16cc 100644 --- a/html/webbox.css +++ b/html/webbox.css @@ -82,6 +82,11 @@ table.menudialog { width: 100%; } +.menudiv { + height: 100%; + overflow-y: scroll; +} + table.menudialog td.entry { cursor: pointer; border-width: 0; @@ -92,6 +97,8 @@ table.menudialog td.entry { } .dialog { + height: calc(100% - 85px); + overflow-y: scroll; } .textinput { -- cgit v1.2.3