Hide settings pane on outside click, render above places pane

This commit is contained in:
2026-01-24 21:06:50 +07:00
parent 911e6ddf38
commit 1a96f95c82
2 changed files with 16 additions and 3 deletions

View File

@@ -197,6 +197,10 @@ body {
flex-direction: column;
}
.settings-pane.sidebar {
z-index: 3200; /* Higher than Places Sidebar (3100) */
}
/* Settings Pane Mobile Overrides */
@media (width <= 768px) {
.settings-pane.sidebar {