Line 2: |
Line 2: |
| | | |
| div.version_bar { | | div.version_bar { |
− | position: sticky !important; | + | position: sticky; |
− | position: -webkit-sticky !important; | + | position: -webkit-sticky; |
| top: 0px; | | top: 0px; |
| padding-top: 1px; | | padding-top: 1px; |
Line 15: |
Line 15: |
| | | |
| div.version_bar_fixed { | | div.version_bar_fixed { |
− | position: fixed transition; | + | position: fixed; |
| top: 0px; | | top: 0px; |
| left: 0px | | left: 0px |