mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix(ui): incorrect position for the filter modal on ios platform
This commit is contained in:
@@ -259,6 +259,13 @@ html.is-mobile {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&[label="ls-modal-align-center"] {
|
||||
.ui__modal-panel {
|
||||
top: 8vh;
|
||||
transform: translateY(-10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user