Skip to content

Commit

Permalink
Merge pull request #298 from ymaheshwari1/#289
Browse files Browse the repository at this point in the history
Fixed: styling to have bottom padding to remove the overlapping of content with tab-bar(#289)
  • Loading branch information
ymaheshwari1 authored Aug 21, 2024
2 parents 58dcd6e + 3b1bb16 commit d677897
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/views/FindFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,10 @@ config-note {
display: block;
text-align: center;
}
@media screen and (min-width: 991px) {
ion-content {
--padding-bottom: 80px;
}
}
</style>
8 changes: 3 additions & 5 deletions src/views/Parking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,10 @@ main {
margin: auto;
}
@media screen and (min-width: 700px) {
main {
padding: var(--spacer-lg);
@media screen and (min-width: 991px) {
ion-content {
--padding-bottom: 80px;
}
}
</style>

0 comments on commit d677897

Please sign in to comment.