From ef2217fa946e3c263878a8bfa0c34e78c209a89b Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 23 Sep 2020 11:09:42 -0400 Subject: [PATCH] Fix issue where footer tooltips wouldn't display --- css/80_app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index cf2227bd3..3411f0393 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4497,7 +4497,6 @@ img.tile-debug { .map-footer-list { display: flex; flex-flow: row nowrap; - position: relative; height: 100%; justify-content: flex-end; }