From b03c75c09b2e72d69def30f66b0d4d10e5919da9 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 4 Mar 2025 11:19:33 +0200 Subject: [PATCH] style(next): fix note menu artifacts in split view --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 7ca1a2974..e02c81836 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -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 */ } /*