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
1 changed files with 2 additions and 2 deletions

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%;
}
@ -329,4 +329,4 @@ p {
pre.cp-slide-css-error {
color: white;
}
}