projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb71107
)
Suppress vertical scrollbars in browser
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Jun 2009 20:10:48 +0000
(14:10 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Jun 2009 20:10:48 +0000
(14:10 -0600)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
76f0f8b
..
61f374f
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-2,6
+2,11
@@
* DIMP core CSS.
*/
+/* Make sure we never scroll vertically. */
+html {
+ overflow-y: hidden;
+}
+
/* global */
input {
vertical-align: middle;