Commit 9b556bf9 authored by Fatih Acet's avatar Fatih Acet

Merge branch '26201-sticky-tabs' into 'master'

Make tabs full-width at small viewport

Closes #26201

See merge request !8369
parents 3f9495da e8a568ab
...@@ -433,6 +433,10 @@ ...@@ -433,6 +433,10 @@
left: 0; left: 0;
z-index: 10; z-index: 10;
transition: right .15s; transition: right .15s;
@media (max-width: $screen-xs-max) {
right: 0;
}
} }
&:not(.affix) .container-fluid { &:not(.affix) .container-fluid {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment