summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 383b874a..c8961a69 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -200,8 +200,8 @@ input.switch:checked + label:after {
}
.container {
- position:absolute;
- height:calc(100vh - 154px);
+ position:relative;
+ min-height:calc(100vh - 154px);
width:100vw;
box-sizing:border-box;
display: flex;