mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll
This commit is contained in:
parent
24a1b6c9aa
commit
c8162d5a6f
@ -25,8 +25,8 @@
|
||||
{
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user