mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
[CL-302] respect bottom padding in scrollable popup-layout (#9514)
This commit is contained in:
parent
ce69b25d54
commit
472a7a9d4d
@ -1,6 +1,6 @@
|
||||
<ng-content select="[slot=header]"></ng-content>
|
||||
<main class="tw-bg-background-alt tw-p-3 tw-flex-1 tw-overflow-y-auto tw-h-full">
|
||||
<div class="tw-max-w-screen-sm tw-mx-auto tw-h-full">
|
||||
<main class="tw-bg-background-alt tw-flex-1 tw-overflow-y-auto tw-h-full">
|
||||
<div class="tw-max-w-screen-sm tw-mx-auto tw-p-3 tw-overflow-y-auto tw-h-full">
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user