Skip to content

Commit

Permalink
Fix non-scrollability in share pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis authored May 30, 2024
1 parent d1d0971 commit c199152
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dim-gg-static/loadout-share.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ h3 {
}

html, body {
height: 100%;
min-height: 100%;
box-sizing: border-box;
margin: 0;
padding: 0;
overflow: hidden;
}

body {
Expand Down Expand Up @@ -81,4 +80,4 @@ body {

.dim-notes {
white-space: pre-line;
}
}

0 comments on commit c199152

Please sign in to comment.