Convert fixed to absolute positions

This commit is contained in:
Saul Johnson
2017-08-04 00:55:07 +01:00
parent d9c636de6d
commit b80cea5a15
+2 -2
View File
@@ -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;