clickthrough of alert banners, some more positioning, move them to front.

This commit is contained in:
Ralf Teusner
2017-03-15 11:34:27 +01:00
parent 5efa1e03af
commit c37f675893
2 changed files with 9 additions and 3 deletions

View File

@ -4,10 +4,16 @@
.fixed_error_messages {
position: fixed;
top: 0;
z-index: 1000;
top: 110px;
left: 0;
width: 100%;
padding-left: 10%;
padding-right: 10%;
padding-top: 2%;
padding-top: 0;
}
.clickthrough {
pointer-events: none;
}