From 55363bf02e40318f091f896a24956ead898218ec Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:29:59 +0200 Subject: [PATCH] Include `map-ui` in the selectors for common columns/rows rules --- app/assets/stylesheets/common.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index cc82dd247..858f7a8dc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -236,7 +236,7 @@ nav.primary, nav.secondary { width: 100%; } - #sidebar, #map { + #sidebar, #map, #map-ui { position: relative; width: 100%; height: 50%; @@ -307,16 +307,13 @@ nav.primary, nav.secondary { #map-ui { display: none; - position: relative; float: right; - width: 100%; - height: 50%; overflow-x: auto; overflow-y: scroll; } @include media-breakpoint-up(md) { - #sidebar, #map { + #sidebar, #map, #map-ui { height: 100%; } @@ -334,7 +331,6 @@ nav.primary, nav.secondary { #map-ui { width: 250px; - height: 100%; overflow-y: auto; } } -- 2.47.3