fix include note rendering over floating elements, #1590

This commit is contained in:
zadam 2021-01-29 20:09:03 +01:00
parent 806ab22fa8
commit aea81c9872

View File

@ -703,6 +703,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
background-color: var(--accented-background-color); background-color: var(--accented-background-color);
clear: both;
} }
.include-note.ck-placeholder::before { /* remove placeholder in otherwise empty note */ .include-note.ck-placeholder::before { /* remove placeholder in otherwise empty note */