1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

[CL-178] contain overflow in bit-layout main content (#7783)

This commit is contained in:
Will Martin 2024-02-02 10:36:12 -05:00 committed by GitHub
parent 5e710b45b0
commit 4e4e39e9f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
<main
[id]="mainContentId"
tabindex="-1"
class="tw-min-h-screen tw-min-w-0 tw-flex-1 tw-bg-background tw-p-6"
class="tw-overflow-auto tw-h-screen tw-min-w-0 tw-flex-1 tw-bg-background tw-p-6"
>
<ng-content></ng-content>
</main>