Fix regression: side panel overlaps footer

This commit is contained in:
Roman Hotsiy 2016-12-02 12:53:09 +02:00
parent 00703e0ed0
commit 8731adf2a3
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -31,6 +31,7 @@
.redoc-wrap {
z-index: 0;
position: relative;
overflow: hidden;
font-family: $base-font, $base-font-family;
font-size: $em-size;
line-height: $base-line-height;