mirror of https://github.com/xwiki-labs/cryptpad
Fix bug with "code" app: vertical separator over the placeholder
This commit is contained in:
parent
6d5a472225
commit
5cc042d7d8
|
@ -9,6 +9,10 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
.cp-app-noscroll #placeholder {
|
||||
z-index: 9999999; /* loading screen -1 */
|
||||
}
|
||||
|
||||
#placeholder {
|
||||
visibility: visible;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue