Skip to content

Commit

Permalink
Disable blue tap-highlight on mobile chrome (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Jun 15, 2024
1 parent b392c32 commit b705f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/MinimizeableModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
cursor: pointer
padding: 0.33em 0.66em 1.33rem 0.5em
// Disable blue tap-highlight on mobile chrome
-webkit-tap-highlight-color: transparent
display: flex
align-items: center
gap: 0.25em
Expand Down

0 comments on commit b705f36

Please sign in to comment.