diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e875d8b26..68f5b03e7 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2633,5 +2633,9 @@ iframe.print-iframe { .note-split { width: 100%; } + + .note-split.visible + .note-split.visible { + border-top: 1px solid var(--main-border-color); + } } } \ No newline at end of file