mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
bug fixed : Filter popup is not attached near filter button but attached to bottom. (#4519)
This commit is contained in:
parent
ca60f72a45
commit
ee2f21a764
1 changed files with 1 additions and 1 deletions
|
|
@ -2152,7 +2152,7 @@ tr:focus {
|
|||
|
||||
.table-filters {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 2.85rem;
|
||||
width: 80%;
|
||||
max-width: 700px;
|
||||
margin-right: 10%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue