Settings: Fix top notch for fab-wrapper (#6398)

This commit is contained in:
Alexander Zinchuk 2025-10-16 02:09:03 +02:00
parent 876478ac36
commit 35b64de890

View File

@ -324,6 +324,10 @@
position: relative;
height: calc(100% - var(--header-height));
.with-notch::before {
top: 0 !important;
}
.settings-content {
height: 100%;
}