From c8162d5a6f4fb004a205fc817e6e3335d44d382d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sun, 16 Aug 2009 09:09:48 +0000 Subject: [PATCH] position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll --- demos/position/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/position/default.html b/demos/position/default.html index ff378cd0e..81fe41a1c 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -25,8 +25,8 @@ { width: 75px; height: 75px; + position: absolute; display: block; - position: fixed; right: 0; bottom: 0; -- 2.39.5