mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Remove usage of fixed CSS positioning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user