Skip to content

Commit

Permalink
Fix issue selecting values in Firefox (#3686)
Browse files Browse the repository at this point in the history
Closes #3669

Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Mar 4, 2024
1 parent ecb7a29 commit c96838f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/layout/package/values/Values.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
height: 1.5rem;
width: calc(100% + 2rem);
left: -0.5rem;
pointer-events: none;
}

[data-clickable-line='true']:hover::before {
Expand Down

0 comments on commit c96838f

Please sign in to comment.