fix(mobile): incorrect scroll for the block modal page

This commit is contained in:
charlie
2025-07-22 12:15:34 +08:00
parent 957cb9e91e
commit 67b2f206f2

View File

@@ -23,9 +23,19 @@ html.is-native-android {
}
html.has-mobile-keyboard {
body {
@apply overflow-hidden
}
#mobile-editor-toolbar {
@apply opacity-100;
}
.block-modal-page {
.app-silk-scroll-content-inner {
padding-bottom: calc(var(--ls-native-kb-height, 0px) + 64px);
}
}
}
html {