Bento-Box show scrollbars only when necessary

This commit is contained in:
Michael Klein 2022-10-13 20:27:19 +02:00
parent d47c9b446c
commit 677bbcf4fa
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<Hds::Card::Container @level="base" @hasBorder={{true}} class="mt-6 mb-3">
<div class="flex h-24 p-6 overflow-x-scroll space-x-12">
<div class="flex h-24 p-6 overflow-x-auto space-x-12">
<div class="shrink-0">
<div
class="mb-2 hds-typography-body-200 hds-font-weight-semibold text-hds-foreground-primary"
@ -68,4 +68,4 @@
</div>
</div>
</Hds::Card::Container>
</Hds::Card::Container>