Skip to content

Commit 9a9e436

Browse files
prevent columns from being reordered
1 parent 9bbed3a commit 9a9e436

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/block/accordion/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
transform: translateY(25px);
100100
opacity: 0;
101101
}
102+
103+
// Prevent inside columns from being re-ordered when a parent column block
104+
// has custom ordering.
105+
> .stk-block-column {
106+
order: initial !important;
107+
}
102108
}
103109

104110
// This is for the column hack. Remove margin for the wrapper div if accordion is inside a columns block

0 commit comments

Comments
 (0)