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; position: fixed;
top: 0px; top: 0px;
left: 0px; left: 0px;
z-index: 100000; z-index: 1000000; // one order of magnitude higher than alertify
height: 100vh; height: 100vh;
width: 100%; width: 100%;
} }
@ -329,4 +329,4 @@ p {
pre.cp-slide-css-error { pre.cp-slide-css-error {
color: white; color: white;
} }