diff --git a/packages/core/components/SidebarSection/styles.module.css b/packages/core/components/SidebarSection/styles.module.css index 866f934fc..4fb06e5a1 100644 --- a/packages/core/components/SidebarSection/styles.module.css +++ b/packages/core/components/SidebarSection/styles.module.css @@ -13,7 +13,7 @@ background: white; padding: 16px; border-bottom: 1px solid var(--puck-color-grey-8); - overflow-x: scroll; + overflow-x: auto; } .SidebarSection-content {