Skip to content

Commit

Permalink
Prevent safari from zooming in on mobile
Browse files Browse the repository at this point in the history
This occurs whenever the font size is less than 1rem.
  • Loading branch information
vpicone authored and natashadecoste committed May 19, 2021
1 parent cea34cc commit 127e8da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SVGLibraries/shared/SvgLibrary.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

.filter-row :global(.bx--search-input) {
border-bottom: 1px solid $ui-03;
font-size: 1rem;
line-height: inherit;
@include carbon--breakpoint('md') {
border-bottom: none;
}
Expand Down

0 comments on commit 127e8da

Please sign in to comment.