From 22e5679062bd999762a5495707914de245013f41 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Sat, 27 Mar 2010 23:10:59 +0100 Subject: Bugworkaround for JS problem --- etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css b/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css index 034c56e..94b2be8 100644 --- a/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css +++ b/etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css @@ -26,10 +26,14 @@ h1 { } #editorcontainer { - overflow: auto; padding: 5pt; } +#editorcontainerbox { + overflow: auto; + height: auto; +} + .query-refiner { float: right; -- cgit v1.2.3