diff --git a/src/tabs/Tabs.module.css b/src/tabs/Tabs.module.css index 9ba61048..affc2588 100644 --- a/src/tabs/Tabs.module.css +++ b/src/tabs/Tabs.module.css @@ -26,7 +26,7 @@ limitations under the License. padding: 0; margin: 0 auto 24px auto; gap: 16px; - overflow: scroll; + overflow-y: auto; max-width: 100%; }