diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-18 12:50:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-18 12:50:58 +0200 |
commit | 977f85be924156f799c8f35de9764dac87f91148 (patch) | |
tree | b4455a8641b6edddc179255344957ea44ebdb573 /skins/larry | |
parent | c344b64f13e7aa3c87c423cc14e57536d28c40b6 (diff) |
Avoid popup menus overflowing the browser window
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 4b238c163..c82e9de93 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1906,6 +1906,8 @@ select.decorated option { top: 32px; left: 90px; width: auto; + max-height: 70%; + overflow: auto; background: #444; border: 1px solid #999; z-index: 240; |