From 30c9fecbe62205f3300481527f870b902bdc3dbb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 30 Mar 2016 12:26:08 -0400 Subject: fix problems with absolute positioning --- public/assets/ok.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'public/assets/ok.css') diff --git a/public/assets/ok.css b/public/assets/ok.css index f762d89..c6d48da 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -36,11 +36,14 @@ body { overflow: hidden; } +/* .hidden { display: none!important; } + */ .item.hidden { - display: block; + display: -webkit-flex; + display: flex; opacity: 0; pointer-events: none; } @@ -367,6 +370,11 @@ nav b { .bottom { float: none; + position: absolute; + bottom: 0; + width: 100%; + left: 0; + background: white; } .bottom * { transform:translateY(0px); @@ -400,6 +408,8 @@ nav b { height: 20vw; width: 60vw; position: absolute; + top: 0; + left: 0; z-index: 3; margin-left: 20vw; cursor: url(img/u.png) 32 0, pointer; @@ -467,6 +477,7 @@ button.previous { .cell { width: 100vw; + height: 100%; /*THIS SHOULD BE DYNAMIC*/ background-position: center; background-size: cover; -- cgit v1.2.3-70-g09d2