From 43d4abf317bb69c936d51a9850314e76923eaee7 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 27 Mar 2016 22:27:30 -0700 Subject: Updating styling --- ext/client.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'ext/client.css') diff --git a/ext/client.css b/ext/client.css index c8f58a37..7691e7a9 100644 --- a/ext/client.css +++ b/ext/client.css @@ -20,12 +20,14 @@ background-color: #fff; border: 1px solid #999; box-shadow: 0 0 10px rgba(0, 0, 0, .5); - max-width: 50em; + color: #000; + max-height: 25em; + max-width: 30em; + overflow-y: scroll; padding: 10px; - pointer-events: none; position: fixed; - width: auto; - z-index: 64; + visibility: hidden; + z-index: 256; } .yomichan-def-expression { -- cgit v1.2.3