diff --git a/components/tabs/theme.css b/components/tabs/theme.css index 72245d2e..c5886406 100644 --- a/components/tabs/theme.css +++ b/components/tabs/theme.css @@ -103,7 +103,9 @@ .tab { display: flex; flex-direction: column; + overflow: hidden; padding: var(--tab-label-v-padding) var(--tab-label-h-padding); + position: relative; &:not(.active) { display: none;