[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
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<main <main
[id]="mainContentId" [id]="mainContentId"
tabindex="-1" 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> <ng-content></ng-content>
</main> </main>