fix(mobile): confusing shift when opening keyboard in split on iOS

This commit is contained in:
Elian Doran
2026-02-25 19:05:01 +02:00
parent 416825c9c2
commit 1c1895b2eb

View File

@@ -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;
}