Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(ui): make style card overflow pixel-perfect
The final-final time...hopefully.
  • Loading branch information
vednoc committed Aug 21, 2021
1 parent 812f1d9 commit e63ea09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/ui/_reset.scss
Expand Up @@ -24,7 +24,10 @@ html {
> main {
display: flex;
min-height: calc(100vh - 130px);
> .wrapper { overflow-x: hidden }

@media screen and (max-width: 1400px) {
@at-root html { overflow-x: hidden }
}
}

> footer > div { min-height: 64px }
Expand Down

0 comments on commit e63ea09

Please sign in to comment.