mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix(ui): incorrect position of absolute modal on some mobile platforms
This commit is contained in:
@@ -42,8 +42,10 @@
|
||||
}
|
||||
|
||||
&[data-modal-name="commands"] {
|
||||
width: 380px !important;
|
||||
max-width: 90vw !important;
|
||||
@screen sm {
|
||||
width: 380px !important;
|
||||
max-width: 90vw !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user