Skip to content

Commit 5f1bbf8

Browse files
nfebebackportbot[bot]
authored andcommitted
fix(NcAppNavigation): Restore opaque background on mobile
The mobile navigation slides in over the content area, where the content wrapper's frosted chrome no longer backs it. The drawer was appearing transparent and the page underneath bled through. The overlay now has its own opaque blurred background again. Signed-off-by: nfebe <fenn25.fn@gmail.com>
1 parent 6371244 commit 5f1bbf8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/NcAppNavigation/NcAppNavigation.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ function handleEsc(): void {
423423
.app-navigation {
424424
position: absolute;
425425
border-inline-end: 1px solid var(--color-border);
426+
background-color: var(--color-main-background-blur, var(--color-main-background));
427+
-webkit-backdrop-filter: var(--filter-background-blur, none);
428+
backdrop-filter: var(--filter-background-blur, none);
426429
}
427430
}
428431

0 commit comments

Comments
 (0)