Commit a7319ebd authored by Eric Eastwood's avatar Eric Eastwood

Fix sidebar coming up short on mobile

See https://gitlab.com/gitlab-org/gitlab-ce/issues/32735
parent 9ba8512c
...@@ -83,4 +83,8 @@ ...@@ -83,4 +83,8 @@
position: fixed; position: fixed;
top: $header-height; top: $header-height;
} }
&:not(.affix-top) {
min-height: 100%;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment