Skip to content

Commit

Permalink
Resolves #1260
Browse files Browse the repository at this point in the history
This is the "safest" fix since I don't have much context of the code. Feel free to suggest a more appropriate fix.
  • Loading branch information
mxilievski committed Apr 11, 2023
1 parent 708c136 commit fa4336c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ minimalist-ios-tapbar:
margin: 0 !important;
width: 100%;
height: 100% !important;
margin-top: calc(-1 * var(--header-height)) !important;
padding-bottom: var(--header-height) !important;
}
.header {
top: auto !important;
Expand Down

0 comments on commit fa4336c

Please sign in to comment.