mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
[CL-178] contain overflow in bit-layout main content (#7783)
This commit is contained in:
parent
5e710b45b0
commit
4e4e39e9f7
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user