Skip to content

Commit

Permalink
fix: fix page overflow when sunburst is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Feb 28, 2022
1 parent 7e1548a commit 8e1c167
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ body {
padding: 0;
margin: 0;
font-size: 16px;

width: 100%;
min-width: 320px;
height: 100%;
Expand All @@ -32,8 +31,7 @@ body {
#app {
padding: 0 3.125rem;
min-height: 100%;
overflow: auto;
-webkit-overflow-scrolling: auto;
overflow: hidden;
@include flex-center;

@media #{$mobile} {
Expand Down

0 comments on commit 8e1c167

Please sign in to comment.