1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-14 21:44:19 +03:00

r10225: Adding back a style rule to qooxdoo that was originally

removed.  This is a cross browser hack that makes for
better performance amone differing browsers.

deryck
(This used to be commit b10d1d522c)
This commit is contained in:
Deryck Hodge
2005-09-14 15:08:46 +00:00
committed by Gerald (Jerry) Carter
parent c34d9569ff
commit f7451dbaef

View File

@@ -3,3 +3,4 @@
@import url(../test.css);
@import url(../themes.css);
@import url(../widgets.css);
body,html{overflow:hidden;width:100%;height:100%;} :root,:root > body{overflow:-moz-scrollbars-unscrollable;}