We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbed3a commit 9a9e436Copy full SHA for 9a9e436
src/block/accordion/style.scss
@@ -99,6 +99,12 @@
99
transform: translateY(25px);
100
opacity: 0;
101
}
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
+ }
108
109
110
// This is for the column hack. Remove margin for the wrapper div if accordion is inside a columns block
0 commit comments