1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

[CL-944] update layout components to support constrained height contexts (#17670)

This commit is contained in:
Will Martin
2025-12-05 14:20:38 -05:00
committed by jaasen-livefront
parent 15801d63fa
commit 632a500c19
8 changed files with 13 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
) {
<nav
id="bit-side-nav"
class="tw-sticky tw-inset-y-0 tw-left-0 tw-z-30 tw-flex tw-h-screen tw-flex-col tw-overscroll-none tw-overflow-auto tw-bg-background-alt3 tw-outline-none"
class="tw-sticky tw-inset-y-0 tw-left-0 tw-z-30 tw-flex tw-h-full tw-flex-col tw-overscroll-none tw-overflow-auto tw-bg-background-alt3 tw-outline-none"
[ngClass]="{ 'tw-w-60': data.open }"
[ngStyle]="
variant() === 'secondary' && {