style(next): fix note menu artifacts in split view

This commit is contained in:
Adorian Doran 2025-03-04 11:19:33 +02:00
parent 77c4b50215
commit b03c75c09b

View File

@ -913,7 +913,7 @@ body.mobile .note-title {
.note-split {
padding-top: 2px;
animation: note-entrance 100ms linear;
will-change: opacity;
/* will-change: opacity; -- causes some weird artifacts to the note menu in split view */
}
/*