Skip to content

Commit 791d543

Browse files
PB-212: PB-173 Bugs: Arrows Can Be Clicked in Admin Through Block
1 parent ef2178a commit 791d543

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020
}
2121

22-
.slick-arrow {
23-
pointer-events: all;
22+
.rendered-content button.slick-arrow {
23+
pointer-events: inherit;
2424
}
2525

2626
.slick-dots {

0 commit comments

Comments
 (0)