Fix present mode in the code app

This commit is contained in:
yflory 2017-12-15 15:40:52 +01:00
parent 50ddad5e41
commit f292407c6e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
height: 100%;
overflow: hidden;
&.cp-app-code-present {
.CodeMirror { display: none; }
#cp-app-code-container { display: none; }
#cp-app-code-preview { border: 0; }
}
}