mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
Convert fixed to absolute positions
This commit is contained in:
+2
-2
@@ -289,7 +289,7 @@ html {
|
||||
display: block;
|
||||
height: 32px;
|
||||
margin-left: 15px;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
width: 32px;
|
||||
z-index: 999;
|
||||
@@ -401,7 +401,7 @@ html {
|
||||
/*-------------------------------*/
|
||||
|
||||
.overlay {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
display: none;
|
||||
width: @full-width;
|
||||
height: @full-height;
|
||||
|
||||
Reference in New Issue
Block a user