From: short <> Date: Fri, 8 Oct 2004 06:50:00 +0000 (+0000) Subject: all HTML elements+=position: static !important; X-Git-Tag: bp_liverpm~7 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=fda8a9f4c189442434a2dff8f3226eaff19c2161 all HTML elements+=position: static !important; - Prevent fixed position content causing slow scrolling and overlaying texts. --- 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 {