fix(print): disable rounded corners on some containers

This commit is contained in:
Elian Doran 2025-01-31 23:44:21 +02:00
parent 30b1da0f41
commit cd031336ab
No known key found for this signature in database

View File

@ -51,6 +51,7 @@ body {
.note-split:not(.hidden-ext) {
display: block !important;
overflow: auto;
border-radius: 0 !important;
}
#rest-pane,