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:
Annabel Dunstone Gray 2017-05-23 18:56:19 +00:00
commit 217e9d5070

View file

@ -83,4 +83,8 @@
position: fixed;
top: $header-height;
}
&:not(.affix-top) {
min-height: 100%;
}
}