summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-23 03:58:58 -0500
committerJules Laplace <jules@okfoc.us>2015-11-23 03:58:58 -0500
commit6aaefacc12a40c43c405c56ff8542b0641610d92 (patch)
tree779b0ec4e37d1059ae4ad7206e729943e26d2b63 /StoneIsland/www/css/account.css
parent7334ea2279de74b8ff82516cf98cd8b17f9efdbe (diff)
cart height
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;