diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 6debf02..841944c 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -183,12 +183,14 @@ a.message-anchor { display: none; position: fixed; right: 10px; - top: 30%; + top: 100px; background: white; border: 1px solid #ddd; border-radius: 6px; padding: .5em; z-index: 1; + max-height: 500px; + overflow-y: auto; } @media (min-width: 1200px) { |