Skip to content

Commit

Permalink
pointer-events: none
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 24, 2024
1 parent 856b367 commit 0faaeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-table/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ i.justify-align {
background-color: rgb(172, 206, 247);
opacity: 0.6;
content: '';
pointer-events: none;
}
.ExampleEditorTheme__tableAddColumns {
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
background-color: rgb(172, 206, 247);
opacity: 0.6;
content: '';
pointer-events: none;
}
.PlaygroundEditorTheme__tableAddColumns {
position: absolute;
Expand Down

0 comments on commit 0faaeee

Please sign in to comment.