Merge pull request #14977 from hashicorp/ui/fix/scrollbar-bento-box
ui: Bento-Box show scrollbars only when necessary
This commit is contained in:
commit
00201936c8
|
@ -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>
|
Loading…
Reference in New Issue