summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-03-27 23:10:59 +0100
committerEgil Moeller <egil.moller@freecode.no>2010-03-27 23:10:59 +0100
commit22e5679062bd999762a5495707914de245013f41 (patch)
treead77438655a8203df1bb029b2d857693ea9698c3
parent91caa82020deb1fbc0855abe37ae9f8005d39891 (diff)
downloadetherpad-22e5679062bd999762a5495707914de245013f41.tar.gz
etherpad-22e5679062bd999762a5495707914de245013f41.tar.bz2
etherpad-22e5679062bd999762a5495707914de245013f41.zip
Bugworkaround for JS problem
-rw-r--r--etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css6
1 files changed, 5 insertions, 1 deletions
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;