fix: harden windows installer update path and map resize behavior (#739)

This commit is contained in:
Elie Habib
2026-03-02 11:33:24 +04:00
committed by GitHub
parent 58cb2b63e6
commit 8a414228b4
9 changed files with 42 additions and 11 deletions

View File

@@ -868,7 +868,6 @@ canvas,
flex-direction: column;
flex-shrink: 0;
position: relative;
overflow: hidden;
}
.map-section.hidden {
@@ -915,6 +914,7 @@ canvas,
.map-section.resizing {
user-select: none;
overflow: hidden;
}
.map-section.resizing .map-resize-handle::after {
@@ -16005,7 +16005,6 @@ body.has-breaking-alert .panels-grid {
height: auto;
min-height: 0;
max-height: none;
overflow: hidden;
}
.map-section.pinned {