Skip to content

Commit

Permalink
georchestra#141: Allow text selection from react grid cell
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Jan 26, 2022
1 parent a3b5ee3 commit c121db7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/extension/cadastrapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,7 @@ input.request-obj-double.form-control{
overflow: hidden;
white-space: nowrap;
}

.react-grid-Cell {
user-select: text;
}

0 comments on commit c121db7

Please sign in to comment.