summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.css
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-01-10 21:19:43 +0100
committerRoland Stigge <stigge@antcom.de>2018-01-10 21:19:43 +0100
commit42573fe80d35d4cb411944ae80bea6e582f5b249 (patch)
treebe0efe63c7d4c7cfa347129969f65fe4c1b9d729 /html/webbox.css
parent188a87d1a66f09dc7b224b89e6c1c16d77681423 (diff)
Handle small dialog windows
Diffstat (limited to 'html/webbox.css')
-rw-r--r--html/webbox.css7
1 files changed, 7 insertions, 0 deletions
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 {