mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 21:21:57 +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 {
|
||||
width: 324px;
|
||||
max-height: 307px;
|
||||
padding: 10px 0;
|
||||
padding: 0 0 20px 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user