Skip to content

Commit

Permalink
Fix mobile controlbar not showing up on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 14, 2021
1 parent 8ba3df3 commit 657bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_sicp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $sicp-background-color: #ffffff;
z-index: 20;
top: 0;
left: 0;
height: calc(100vh - 40px);
height: calc(100% - 40px);
width: 100vw;
}
}
Expand Down

0 comments on commit 657bb3f

Please sign in to comment.