Remove usage of fixed CSS positioning

This commit is contained in:
Quincy Morgan
2020-01-14 19:32:19 -05:00
parent b4865684c3
commit b56076ca61

View File

@@ -2802,7 +2802,7 @@ input.key-trap {
right: 0;
top: 141px;
width: 40px;
position: fixed;
position: absolute;
z-index: 100;
}
[dir='rtl'] .map-controls {
@@ -4531,7 +4531,7 @@ img.tile-debug {
.shaded:before {
content:'';
background: rgba(0,0,0,0.5);
position: fixed;
position: absolute;
left: 0px; right: 0px; top: 0px; bottom: 0px;
}