Skip to content

Commit

Permalink
Fix layout issue when opening the menu on a mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pradet committed Feb 19, 2019
1 parent 20c585a commit c122803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion theme/source/style/_theme/layout.less
Expand Up @@ -26,6 +26,8 @@ body {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
z-index: 2;
display: flex;
flex-direction: column;

@media screen and (min-width: @breakpoint) {
top: @panel-width-tablet;
Expand Down Expand Up @@ -92,7 +94,7 @@ body {
.sidebar-content {
display: flex;
flex-direction: column;
height: 100%;
flex: 1;

.topcap {
flex: none;
Expand Down

0 comments on commit c122803

Please sign in to comment.