Revert "Removed the "fix_scrollbarbug" div and all references to it."
[citadel.git] / webcit / static / styles / webcit.css
index 61b2e97fae758e1ea40c0e8e9201a616ec0202fa..a7d523773614ae6229b804e50c5fdd8af81cc3a6 100644 (file)
@@ -497,6 +497,11 @@ body {
 
 #preview_pane { overflow: auto }
 
+.fix_scrollbar_bug {
+       margin-right: 1px;              /* Gecko and other non-broken browsers */
+       font-size: 90%;                 /* Most stuff needs to be a little smaller than normal. */
+}
+
 .ctdlTemplate { display: none }
 
 #ctdlContextMenu {