mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: try to fix the case of auto complete panel overflow
This commit is contained in:
@@ -23,17 +23,23 @@
|
||||
.editor-inner {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
textarea {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
||||
.absolute-modal {
|
||||
overflow: auto;
|
||||
background: var(--ls-primary-background-color);
|
||||
}
|
||||
|
||||
.editor-inner textarea {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
&.is-overflow-vw-x {
|
||||
transform: translateX(calc(-100% + 1rem));
|
||||
}
|
||||
}
|
||||
|
||||
.non-block-editor textarea,
|
||||
|
||||
Reference in New Issue
Block a user