summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.css
diff options
context:
space:
mode:
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 {