Issue
I am developing a web app with Ionic/Angular. Now I want to implement a searchbar, but it has too much margin at the bottom. How can I decrease the margin? You can see my problem at the picture. The preview is on an iPhone SE2.
Solution
Actually there are 2 things causing that. Margin under searchbar and the padding around your list. you can set padding-top: 0
to your list. it will do the work.
Answered By - MahdiJoon
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.