diff --git a/src/App.css b/src/App.css index 8541116232637336711ddb5064d809f9562b3c60..b0f08dddfc38b5c27752c025dbfe8113491b93d2 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,7 @@ body { margin: 0; padding: 0; + overflow: hidden; } .hidden { @@ -48,7 +49,7 @@ div.header button:hover { /* Login&RegisterForm */ div.fade-main { - position: absolute; + position: fixed; top: 0; z-index: 1000; height: 100vh; @@ -70,7 +71,7 @@ div.sticky { .close { position: fixed; color: #f1f1f1; - height: 100px; + height: 85px; font-size: 100px; font-weight: bold; transition: transform 0.4s ease-in-out; @@ -82,7 +83,7 @@ div.sticky { color: #bbb; text-decoration: none; cursor: pointer; - transform: rotateZ(90deg); + transform: rotate(90deg); } div.login {