mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix weird top-padding when editing on iPhone
This commit is contained in:
@@ -209,7 +209,7 @@ html.is-native-ipad {
|
||||
|
||||
#main-content-container {
|
||||
padding-top: 0px;
|
||||
height: calc(100vh - var(--ls-headbar-height));
|
||||
height: calc(100vh - var(--ls-headbar-inner-top-padding) - var(--ls-headbar-height));
|
||||
}
|
||||
|
||||
.cp__header > .r {
|
||||
|
||||
Reference in New Issue
Block a user