Skip to content

Commit 239c83f

Browse files
author
Stefanie Hein
committed
List-View: deactivate user resize on certain columns in the list-view, e.g. checkbox columns. See #68701
1 parent 37db203 commit 239c83f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scss/themes/fylr/components/_list-view.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,14 @@
476476
margin: 0 -5px;
477477
width: 9px;
478478
z-index: 1;
479+
480+
// deactivate user resize action
481+
.cui-not-user-resizable & {
482+
pointer-events: none;
483+
}
479484
}
480485

486+
481487
// Resize column ??
482488
// todo: find use-case
483489
.cui-lv-col-resize {

0 commit comments

Comments
 (0)