Fix overflow in quick insert box (#506)

This commit is contained in:
Felix Häusler 2018-10-13 15:03:59 +02:00 committed by Ran Luo
parent 3e29389f42
commit fdccc98ed8

View File

@ -1,7 +1,7 @@
.ag-quick-insert {
width: 324px;
max-height: 307px;
padding: 10px 0;
padding: 0 0 20px 0;
overflow-y: auto;
}