bug fixed : Filter popup is not attached near filter button but attached to bottom. (#4519)

This commit is contained in:
Manish Kushare 2022-10-25 12:08:33 +05:30 committed by GitHub
parent ca60f72a45
commit ee2f21a764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2152,7 +2152,7 @@ tr:focus {
.table-filters {
position: absolute;
bottom: 0;
top: 2.85rem;
width: 80%;
max-width: 700px;
margin-right: 10%;