From aea81c9872ca857d17a3c4586b443c7a39d60741 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 29 Jan 2021 20:09:03 +0100 Subject: [PATCH] fix include note rendering over floating elements, #1590 --- src/public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 31ab8d0d7..01d83e031 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -703,6 +703,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href padding: 10px; border-radius: 10px; background-color: var(--accented-background-color); + clear: both; } .include-note.ck-placeholder::before { /* remove placeholder in otherwise empty note */