From 3561c642c417228a9fcd03d4448ba648613d4f9d Mon Sep 17 00:00:00 2001 From: Ian Reynolds Date: Sun, 16 Jul 2023 21:08:29 -0400 Subject: [PATCH] also fix z-index while we're here --- common/components/maps/LineMap.module.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/components/maps/LineMap.module.css b/common/components/maps/LineMap.module.css index e1ae508f7..d018a8077 100644 --- a/common/components/maps/LineMap.module.css +++ b/common/components/maps/LineMap.module.css @@ -9,6 +9,12 @@ position: absolute; } +@media screen and (min-width: 770px) { + .tooltipContainer { + z-index: 1; + } +} + .inner { overflow-x: scroll; -} +} \ No newline at end of file