Remove height specification for sidebar in small screen mode

This commit is contained in:
Tom Hughes 2015-07-25 12:49:53 +01:00
parent 45b70dea84
commit e04cab862b

View file

@ -103,7 +103,6 @@ body.small {
position: relative; position: relative;
overflow-x: hidden; overflow-x: hidden;
width: 100%; width: 100%;
height: 50%;
} }
.overlay-sidebar { .overlay-sidebar {