Skip to content

Commit

Permalink
Disabled WebkitUserSelect for navigationModalOverlay
Browse files Browse the repository at this point in the history
Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
  • Loading branch information
Ollyws and s77rt authored Mar 9, 2023
1 parent 691ddce commit 217f06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ const styles = {

navigationModalOverlay: {
userSelect: 'none',
WebkitUserSelect: 'none',
position: 'absolute',
width: '100%',
height: '100%',
Expand Down

0 comments on commit 217f06d

Please sign in to comment.