From 2b7a092ad37dcc42317b51d1db595e0165754baf Mon Sep 17 00:00:00 2001 From: HarelM Date: Fri, 21 Aug 2026 13:58:48 +0300 Subject: [PATCH] Remove comment --- src/styles/_layout.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss index f3625a37..7cb34953 100644 --- a/src/styles/_layout.scss +++ b/src/styles/_layout.scss @@ -99,8 +99,6 @@ position: fixed; bottom: 0; z-index: 10; - // Logical properties so the panel sits over the map in RTL too, where the - // sidebar is flipped to the other side. inset-inline-start: var(--sidebar-width); inset-inline-end: 0; background-color: vars.$color-black;