diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/position/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |