mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: mobile menus will position off screen, clipped #1068
This commit is contained in:
@@ -42,6 +42,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.is-mobile {
|
||||
.absolute-modal {
|
||||
&.is-overflow-vw-x {
|
||||
transform: translateX(-1%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.non-block-editor textarea,
|
||||
pre {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user