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

ISTWCMS-5143: adding css for scrolling and padding for tabs at narrow width

parent acf3b577
No related branches found
No related tags found
1 merge request!101Feature/istwcms 5143 ebremner tabs
// @file
// Styles for UW Tabs.
.uw-tabs{
.uw-tabs {
margin:gesso-spacing(sm) auto;
&.catalog {
padding: 0 0.75rem;
@include medium {
padding: 0;
}
}
width: 100%;
.hide-js{
......@@ -20,9 +29,11 @@
.uw-tab {
@include flexbox();
-ms-overflow-style: none;
@supports (scrollbar-width: none) {
scrollbar-width: none;
}
overflow-y: scroll;
scrollbar-width: none;
@include medium {
overflow-y: initial;
......@@ -31,6 +42,14 @@
html:not(.js) &{
display:none;
}
a {
white-space: nowrap;
}
}
.uw-tab::-webkit-scrollbar {
display: none;
}
// button
......
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