fix: margin overflow cutting the focus state

This commit is contained in:
Shivam Mishra 2020-08-11 14:39:04 +05:30
parent b7bc34047a
commit 49dd8782fd

View File

@ -22,6 +22,8 @@
}
.filter-options {
margin-left: -5px;
padding-left: 5px;
max-height: 300px;
overflow: auto;
}