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 d8cab82 commit 32005e3Copy full SHA for 32005e3
src/block/columns/style.scss
@@ -17,9 +17,11 @@
17
18
// Add a 0 specificity style to set the default column order. This is to prevent
19
// the column order from spilling to nested blocks.
20
-:where(.stk-block-columns) {
+// Target the stk-column-wrapper to also include blocks with column innerblocks
21
+// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
22
+:where(.stk-column-wrapper) {
23
@for $i from 1 through 20 {
- --stk-col-order-#{ $i }: #{ $i };
24
+ --stk-col-order-#{ $i }: initial;
25
}
26
27
0 commit comments