Skip to content

Commit 5827513

Browse files
authored
fix: remove unused dragging styles (#11883)
**Related Issue:** #11871 ## Summary - In FF, the `overflow:hidden` on the chosen class was causing the drag and drop to break - In this PR, unnecessary styles are removed in order to prevent the breakage and any future breakage - No tests are present because our testing is chromium based
1 parent ddc5e3c commit 5827513

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: packages/calcite-components/src/assets/styles/_sortable.scss

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
@mixin sortable-helper-classes() {
2-
.calcite-sortable--chosen,
3-
.calcite-sortable--ghost,
4-
.calcite-sortable--drag,
5-
.calcite-sortable--fallback {
2+
.calcite-sortable--ghost {
63
position: relative;
74
overflow: hidden;
85
}

0 commit comments

Comments
 (0)