Skip to content
Snippets Groups Projects
Commit f5199bb6 authored by Taneli Riihimäki's avatar Taneli Riihimäki
Browse files

Bug fix. Removed scrollbars from the site and fixed the X -button rotation

parent 32254579
No related branches found
No related tags found
No related merge requests found
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow: hidden;
} }
.hidden { .hidden {
...@@ -48,7 +49,7 @@ div.header button:hover { ...@@ -48,7 +49,7 @@ div.header button:hover {
/* Login&RegisterForm */ /* Login&RegisterForm */
div.fade-main { div.fade-main {
position: absolute; position: fixed;
top: 0; top: 0;
z-index: 1000; z-index: 1000;
height: 100vh; height: 100vh;
...@@ -70,7 +71,7 @@ div.sticky { ...@@ -70,7 +71,7 @@ div.sticky {
.close { .close {
position: fixed; position: fixed;
color: #f1f1f1; color: #f1f1f1;
height: 100px; height: 85px;
font-size: 100px; font-size: 100px;
font-weight: bold; font-weight: bold;
transition: transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out;
...@@ -82,7 +83,7 @@ div.sticky { ...@@ -82,7 +83,7 @@ div.sticky {
color: #bbb; color: #bbb;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
transform: rotateZ(90deg); transform: rotate(90deg);
} }
div.login { div.login {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment