Skip to content

Instantly share code, notes, and snippets.

@x3ro
Created January 18, 2013 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x3ro/4564672 to your computer and use it in GitHub Desktop.
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)
From 5e71ad70ee4beb06c05b51f2c560f75a086bfe8a Mon Sep 17 00:00:00 2001
From: root <root@go26.gosign.de>
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