fix: window bar disappearing in Glassy Dark (#1878)

* fix: glassy dark content container claiming entire width  (#1713)

* fix: apply container height fix only when using window bar

---------

Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
This commit is contained in:
Sutaai
2026-03-30 06:43:08 +02:00
committed by GitHub
parent 4033619421
commit 74c44558fe
@@ -125,6 +125,10 @@ table {
height: 100vh;
}
:has(.fs-window-bar-module-window-bar) .fs-main-content-module-main-content-container {
height: calc(100vh - 30px);
}
.mantine-Tabs-root {
input {
border-radius: 18px;