fix: spdv-914 - Modals are partially cut off in File Manager on Windows (Chrome) (#219)

* fix: spdv-914

* refactor: spdv-914-fix

* refactor: spdv-914-fix
This commit is contained in:
rolandlor
2026-03-10 16:13:59 +01:00
committed by Bálint Ujvári
parent 8992c189fd
commit 220618f19b
18 changed files with 598 additions and 489 deletions
@@ -116,16 +116,6 @@
flex-shrink: 0;
}
.fm-initialization-modal-container .fm-modal-window-scrollable {
overflow-y: auto;
overflow-x: hidden;
flex: 1 1 auto;
min-height: 0;
display: flex;
flex-direction: column;
gap: 24px;
}
.fm-main:has(.fm-initialization-modal-container) {
border-left: none;
}