all HTML elements+=position: static !important;
authorshort <>
Fri, 8 Oct 2004 06:50:00 +0000 (06:50 +0000)
committershort <>
Fri, 8 Oct 2004 06:50:00 +0000 (06:50 +0000)
 - Prevent fixed position content causing slow scrolling and overlaying texts.

.userContent.css

index 94917d6..8f01fb8 100644 (file)
@@ -12,6 +12,7 @@ html,html>head,html>head *,html>body,html>body * {
        background-color: black !important;
        color: white !important;
        border-color: gray !important;
+       position: static !important;
        }
 
 html * li {