diff options
author | Egil Moeller <egil.moller@freecode.no> | 2010-03-27 23:10:59 +0100 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2010-03-27 23:10:59 +0100 |
commit | 22e5679062bd999762a5495707914de245013f41 (patch) | |
tree | ad77438655a8203df1bb029b2d857693ea9698c3 | |
parent | 91caa82020deb1fbc0855abe37ae9f8005d39891 (diff) | |
download | etherpad-22e5679062bd999762a5495707914de245013f41.tar.gz etherpad-22e5679062bd999762a5495707914de245013f41.tar.xz etherpad-22e5679062bd999762a5495707914de245013f41.zip |
Bugworkaround for JS problem
-rw-r--r-- | etherpad/src/plugins/twitterStyleTags/static/css/tagBrowser.css | 6 |
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; |