Skip to content
Snippets Groups Projects
Commit acf3b577 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5143: adding hidden horizontal scroll bars to tabs for narrow widths

parent 674b4806
No related branches found
No related tags found
1 merge request!101Feature/istwcms 5143 ebremner tabs
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment