Suppress vertical scrollbars in browser
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Jun 2009 20:10:48 +0000 (14:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Jun 2009 20:10:48 +0000 (14:10 -0600)
imp/themes/screen-dimp.css

index 76f0f8b..61f374f 100644 (file)
@@ -2,6 +2,11 @@
  * DIMP core CSS.
  */
 
+/* Make sure we never scroll vertically. */
+html {
+    overflow-y: hidden;
+}
+
 /* global */
 input {
     vertical-align: middle;