Skip to content
Snippets Groups Projects
Commit 9b556bf9 authored by Fatih Acet's avatar Fatih Acet
Browse files

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

Make tabs full-width at small viewport

Closes #26201

See merge request !8369
parents 3f9495da e8a568ab
No related branches found
No related tags found
No related merge requests found
Loading
@@ -433,6 +433,10 @@
Loading
@@ -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
Loading
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