From b56076ca61b2a3db99a1aedbe6174ce08f0343eb Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 14 Jan 2020 19:32:19 -0500 Subject: [PATCH] Remove usage of fixed CSS positioning --- css/80_app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 0fe76b6cc..56c635af6 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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; }