Merge branch '32735-fix-right-sidebar-coming-up-short' into 'master'
Fix right-sidebar gap on mobile Closes #32735 See merge request !11625
This commit is contained in:
commit
217e9d5070
1 changed files with 4 additions and 0 deletions
|
@ -83,4 +83,8 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: $header-height;
|
top: $header-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:not(.affix-top) {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue