summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;