Merge pull request #14977 from hashicorp/ui/fix/scrollbar-bento-box

ui: Bento-Box show scrollbars only when necessary
This commit is contained in:
Michael Klein 2022-10-14 09:07:57 +02:00 committed by GitHub
commit 00201936c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>