Skip to content

Commit

Permalink
List-View: deactivate user resize on certain columns in the list-view…
Browse files Browse the repository at this point in the history
…, e.g. checkbox columns. See #68701
  • Loading branch information
Stefanie Hein committed Dec 5, 2024
1 parent 37db203 commit 239c83f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scss/themes/fylr/components/_list-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,14 @@
margin: 0 -5px;
width: 9px;
z-index: 1;

// deactivate user resize action
.cui-not-user-resizable & {
pointer-events: none;
}
}


// Resize column ??
// todo: find use-case
.cui-lv-col-resize {
Expand Down

0 comments on commit 239c83f

Please sign in to comment.