Skip to content

Commit

Permalink
Merge pull request #15769 from Ollyws/fix-15692
Browse files Browse the repository at this point in the history
Fix for: Inconsistency when double click the avatar and the search in LHN
  • Loading branch information
MariaHCD authored Mar 9, 2023
2 parents 3dffcc5 + 217f06d commit d7b6812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,8 @@ const styles = {
},

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

0 comments on commit d7b6812

Please sign in to comment.