1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[CL-794] Fix cutoff content on smaller screens (#15644)

* Fix cutoff content on smaller screens

* Fix overlay issue by moving outside main
This commit is contained in:
Mark Youssef
2025-09-23 11:26:18 -07:00
committed by GitHub
parent 1e6019c950
commit 06d263f04a
2 changed files with 18 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
) {
<nav
id="bit-side-nav"
class="tw-fixed md: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-screen 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' && {