Fix sidebar coming up short on mobile

See https://gitlab.com/gitlab-org/gitlab-ce/issues/32735
This commit is contained in:
Eric Eastwood 2017-05-22 21:43:16 -05:00
parent 9ba8512c08
commit a7319ebd86

View file

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