Fix autostore not displaying the error message when over pin limit

This commit is contained in:
yflory
2018-09-17 11:23:35 +02:00
parent c1ef8243a1
commit 179df27e3c
6 changed files with 15 additions and 7 deletions

View File

@@ -107,6 +107,7 @@
.cp-app-slide-viewer {
width: 50vw;
overflow: hidden;
z-index: 998;
div#cp-app-slide-modal:not(.cp-app-slide-shown) {
position: relative;
top: auto;
@@ -417,4 +418,4 @@
pre.cp-slide-css-error {
color: white;
}
}
}