Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
frontend: Fix Chrome 87 ignoring .main__primary margin-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
rc2dev committed Nov 28, 2020
1 parent a238441 commit 155b3f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ button[disabled] {
overflow: hidden;
text-overflow: ellipsis;
}

.app {
overflow: auto; // for some reason this fixes Chrome 87 ignoring margin-bottom on .main__primary
}

0 comments on commit 155b3f1

Please sign in to comment.