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

Make tabs full-width at small viewport

Closes #26201

See merge request !8369
This commit is contained in:
Fatih Acet 2016-12-30 18:15:55 +00:00
commit 9b556bf91d

View file

@ -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 {