summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-06-10 16:32:37 -0400
committerJules Laplace <jules@okfoc.us>2016-06-10 16:32:37 -0400
commit7f443264d1c30b48cc3923ee6e700facdf0f7214 (patch)
tree1ee91d2b41ed6eb73006271c76f18036f6c0ce97 /public/assets/stylesheets/app.css
parentd3c355ce07e0d8ec41fedd9cde970f4a7c03dec6 (diff)
fix resize issues
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 1154fde..fdf7c12 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1331,6 +1331,8 @@ form .paidPlan label { float: none; font-size: 16px; margin: 0 10px; }
#hud {
position: fixed;
top:0;left:0;
+ width: 100%;
+ height: 100%;
z-index: 2;
}
#palette {