Skip to content

Commit 241858a

Browse files
PB-212: PB-173 Bugs: Arrows Can Be Clicked in Admin Through Block
- fix for hidden content type
1 parent 791d543 commit 241858a

File tree

1 file changed

+6
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products

1 file changed

+6
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_carousel.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@
8686
}
8787
}
8888
}
89+
90+
.pagebuilder-content-type-hidden [data-content-type='products'][data-appearance='carousel'] {
91+
.rendered-content button.slick-arrow {
92+
pointer-events: none;
93+
}
94+
}

0 commit comments

Comments
 (0)