Skip to content

Commit

Permalink
Mobile - HTML View - Add a top margin to avoid the tooltip overlappin…
Browse files Browse the repository at this point in the history
…g the title (#40312)
  • Loading branch information
Gerardo Pacheco authored Apr 27, 2022
1 parent 494530f commit b8aa52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
padding-right: $padding;
padding-top: $padding;
padding-bottom: $padding;
margin-top: $padding * 2;
}

.scrollView {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ $title-height: 32;
padding-top: $padding;
padding-bottom: $padding;
height: $title-height;
margin-top: $padding * 2;
}

0 comments on commit b8aa52d

Please sign in to comment.