Closed SKevo18 closed 2 years ago
I think this this extra padding is make in purpuse to give space for popup with search results:
If we want to improve it - we can try to make this space more dynamic and making in count of number results.
I think this this extra padding is make in purpuse to give space for popup with search results:
This is correct; with this change, the buttons get covered.
I personally don't think that the padding should be there. Its normal that dropdowns cover things. Or, you could make the padding more dynamic. But the current padding isn't very pleasant on eyes and the blank space & tall modal look strange
I personally don't think that the padding should be there. Its normal that dropdowns cover things. Or, you could make the padding more dynamic. But the current padding isn't very pleasant on eyes and the blank space & tall modal look strange
Problem is, then the dropdown is cut off. Oh, and it doesn't go away as long as users are selected. Needs a rewrite but I don't have the time or interest.
Needs a rewrite but I don't have the time or interest.
That's okay, it's just a visual bug so it's not urgent
Before:
After:
You could just add
margin-top
to the save button as well, so you don't need the padding element