mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
fix: harden windows installer update path and map resize behavior (#739)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user