From 1c1895b2eb088be4209919fbc5bfc028caf8bfde Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 25 Feb 2026 19:05:01 +0200 Subject: [PATCH] fix(mobile): confusing shift when opening keyboard in split on iOS --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 8950f3fd3f..4171a46c16 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2630,7 +2630,7 @@ iframe.print-iframe { } } - #root-widget.virtual-keyboard-opened .note-split:not(.active) { + body:not(.ios) #root-widget.virtual-keyboard-opened .note-split:not(.active) { max-height: 80px; opacity: 0.4; }