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:
commit
9b556bf91d
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue