fix overflow in chromium
Some checks failed
Publish Image / build (push) Has been cancelled

This commit is contained in:
tex
2024-05-22 10:40:37 +08:00
parent 56f710e056
commit 9ca75af03c
9 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<div class="flex flex-row max-h-full justify-center">
<div class="card flex-shrink-0 w-full max-w-xl max-h-full">
<div class="card-body overflow-scroll">
<div class="card-body overflow-auto">
<slot />
</div>
</div>