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 {
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 {
......
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