mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 15:09:41 +00:00
fix(mobile): incorrect scroll for the block modal page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user