Skip to content

Commit 8123288

Browse files
authored
fix(ui5-carousel): make content under the navigation arrows accessible (#2014)
1 parent ab3f92f commit 8123288

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/main/src/themes/Carousel.css

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
display: flex;
8282
justify-content: space-between;
8383
box-sizing: border-box;
84+
pointer-events: none;
85+
}
86+
87+
.ui5-carousel-navigation-arrows > ui5-button {
88+
pointer-events: all;
8489
}
8590

8691
.ui5-carousel-navigation-wrapper {

0 commit comments

Comments
 (0)