Skip to content

Commit

Permalink
Fixed: styling to have bottom padding to remove the overlapping of co…
Browse files Browse the repository at this point in the history
…ntent with tab-bar(#289)
  • Loading branch information
ymaheshwari1 committed Aug 21, 2024
1 parent 353b9bf commit 2eb1307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/views/FindFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,10 @@ export default defineComponent({
--columns-desktop: 4;
}
main {
padding-bottom: 80px;
ion-content {
--padding-bottom: 80px;
}
config-note {
display: block;
text-align: center;
Expand Down
4 changes: 2 additions & 2 deletions src/views/Parking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ main {
margin: auto;
}
main {
padding-bottom: 80px;
ion-content {
--padding-bottom: 80px;
}
</style>

0 comments on commit 2eb1307

Please sign in to comment.