mirror of
https://github.com/marktext/marktext.git
synced 2025-05-04 14:40:45 +08:00
Fix overflow in quick insert box (#506)
This commit is contained in:
parent
3e29389f42
commit
fdccc98ed8
@ -1,7 +1,7 @@
|
|||||||
.ag-quick-insert {
|
.ag-quick-insert {
|
||||||
width: 324px;
|
width: 324px;
|
||||||
max-height: 307px;
|
max-height: 307px;
|
||||||
padding: 10px 0;
|
padding: 0 0 20px 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user