From 977f85be924156f799c8f35de9764dac87f91148 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 18 Oct 2013 06:50:58 -0400
Subject: [PATCH] Avoid popup menus overflowing the browser window

---
 skins/classic/common.css |    2 ++
 skins/larry/styles.css   |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/skins/classic/common.css b/skins/classic/common.css
index 3c322f0..919cd21 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -483,6 +483,8 @@
   top: 32px;
   left: 90px;
   width: auto;
+  max-height: 70%;
+  overflow: auto;
   display: none;
   background-color: #fff;
   background-color: rgba(255, 255, 255, 0.95);
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 4b238c1..c82e9de 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1906,6 +1906,8 @@
 	top: 32px;
 	left: 90px;
 	width: auto;
+	max-height: 70%;
+	overflow: auto;
 	background: #444;
 	border: 1px solid #999;
 	z-index: 240;

--
Gitblit v1.9.1