Skip to content

Commit

Permalink
fix(style): this ensure that the main div won't overflow the page (#9130
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Rani committed May 4, 2021
1 parent 408f0eb commit 716f7b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/modules/core/src/presentation/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ html {
> [name='main'] {
display: flex;
flex-direction: column;
overflow: auto;
flex: 1 1 auto;
height: 100%;
padding: 0;
Expand Down

0 comments on commit 716f7b7

Please sign in to comment.