fix weird top-padding when editing on iPhone

This commit is contained in:
leizhe
2022-01-13 13:39:56 +08:00
committed by Tienson Qin
parent 91587571b2
commit 6b9df7530a
2 changed files with 1 additions and 10 deletions

View File

@@ -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 {