[CL-178] contain overflow in bit-layout main content (#7783)
This commit is contained in:
parent
5e710b45b0
commit
4e4e39e9f7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue