Improved z-index of fit screen.

This commit is contained in:
Martin Edenhofer 2015-02-16 09:26:10 +01:00
parent f9bb6d1ec5
commit e5c7fa4c6c

View file

@ -780,13 +780,13 @@ textarea,
.content.fit {
padding: 10px;
background: #2c2d36;
z-index: 1;
z-index: 501;
}
.fullscreenMessage {
padding: 22px;
@extend .centered;
.icon {
margin: -5px 14px 0 0;
}
@ -918,7 +918,6 @@ textarea,
.login {
padding: 10px;
background: hsl(234,10%,19%);
z-index: 501;
}
.content.getstarted {