From fda8a9f4c189442434a2dff8f3226eaff19c2161 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 8 Oct 2004 06:50:00 +0000 Subject: [PATCH] all HTML elements+=position: static !important; - Prevent fixed position content causing slow scrolling and overlaying texts. --- .userContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.userContent.css b/.userContent.css index 94917d6..8f01fb8 100644 --- a/.userContent.css +++ b/.userContent.css @@ -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 { -- 1.8.3.1