1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[CL-302] respect bottom padding in scrollable popup-layout (#9514)

This commit is contained in:
Will Martin
2024-06-05 17:17:24 -04:00
committed by GitHub
parent ce69b25d54
commit 472a7a9d4d

View File

@@ -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>