Created
January 18, 2013 13:53
-
-
Save x3ro/4564672 to your computer and use it in GitHub Desktop.
Patch that fixes filter box viewing on iPad devices for roundcube mail (managesieve plugin)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5e71ad70ee4beb06c05b51f2c560f75a086bfe8a Mon Sep 17 00:00:00 2001 | |
From: root <[email protected]> | |
Date: Fri, 18 Jan 2013 14:51:28 +0100 | |
Subject: [PATCH] Fix filter box not showing entirely on iPad | |
--- | |
plugins/managesieve/skins/larry/managesieve.css | 2 ++ | |
1 file changed, 2 insertions(+) | |
diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css | |
index f252bd7..e0400df 100644 | |
--- a/plugins/managesieve/skins/larry/managesieve.css | |
+++ b/plugins/managesieve/skins/larry/managesieve.css | |
@@ -32,6 +32,8 @@ | |
right: 0; | |
bottom: 0; | |
left: 192px; | |
+ -webkit-overflow-scrolling:touch; | |
+ overflow: auto; | |
} | |
#filter-frame | |
-- | |
1.7.10.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment