summaryrefslogtreecommitdiff
path: root/ext/client.css
diff options
context:
space:
mode:
Diffstat (limited to 'ext/client.css')
-rw-r--r--ext/client.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/client.css b/ext/client.css
index ffc93be2..939fb81a 100644
--- a/ext/client.css
+++ b/ext/client.css
@@ -26,7 +26,9 @@
font-size: 1em;
max-height: 25em;
max-width: 35em;
- overflow-y: scroll;
+ min-height: 10em;
+ min-width: 15em;
+ overflow-y: auto;
padding: 10px;
position: fixed;
visibility: hidden;