Fix bug with "code" app: vertical separator over the placeholder

This commit is contained in:
Maxime Cesson 2022-08-19 16:30:21 +02:00
parent 6d5a472225
commit 5cc042d7d8
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
font-style: normal;
}
.cp-app-noscroll #placeholder {
z-index: 9999999; /* loading screen -1 */
}
#placeholder {
visibility: visible;
position: fixed;