diff --git a/source/_patterns/04-components/tabs/_tabs.scss b/source/_patterns/04-components/tabs/_tabs.scss index 9d6bf9e05f7afea4019dba1b320ff930092fb15e..86c1cb02ed412f3c4fca00ad4d1d9416429370e2 100644 --- a/source/_patterns/04-components/tabs/_tabs.scss +++ b/source/_patterns/04-components/tabs/_tabs.scss @@ -20,6 +20,14 @@ .uw-tab { @include flexbox(); + -ms-overflow-style: none; + overflow-y: scroll; + scrollbar-width: none; + + @include medium { + overflow-y: initial; + } + html:not(.js) &{ display:none; } @@ -32,10 +40,10 @@ font-weight:inherit; margin:0 0 0 0.15rem; max-width: inherit; - padding: 0.5rem 1rem; + padding: 1rem 2rem; @include medium{ border-bottom: 0.4rem solid #fff; - font-size: gesso-font-size(1); + font-weight:inherit; margin:0 0 0 0.15rem; max-width: inherit;