diff --git a/dim-gg-static/loadout-share.css b/dim-gg-static/loadout-share.css index 798c33e..9e72fca 100644 --- a/dim-gg-static/loadout-share.css +++ b/dim-gg-static/loadout-share.css @@ -19,11 +19,10 @@ h3 { } html, body { - height: 100%; + min-height: 100%; box-sizing: border-box; margin: 0; padding: 0; - overflow: hidden; } body { @@ -81,4 +80,4 @@ body { .dim-notes { white-space: pre-line; -} \ No newline at end of file +}