hide alertify when you are in presentation mode

This commit is contained in:
ansuz 2017-10-23 14:25:25 +02:00
parent aaef30f489
commit de8339fea7

View File

@ -176,7 +176,7 @@ div#cp-app-slide-modal {
position: fixed;
top: 0px;
left: 0px;
z-index: 100000;
z-index: 1000000; // one order of magnitude higher than alertify
height: 100vh;
width: 100%;
}