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,7 +780,7 @@ textarea,
.content.fit { .content.fit {
padding: 10px; padding: 10px;
background: #2c2d36; background: #2c2d36;
z-index: 1; z-index: 501;
} }
.fullscreenMessage { .fullscreenMessage {
@ -918,7 +918,6 @@ textarea,
.login { .login {
padding: 10px; padding: 10px;
background: hsl(234,10%,19%); background: hsl(234,10%,19%);
z-index: 501;
} }
.content.getstarted { .content.getstarted {