Add “user-select: none;” on the Model Image carousel prev and next buttons.
When clicking fast on the gallery buttons, the icon will be selected and the browser’s context menu for selected elements will pop up.
See Screenshot:
Please consider adding the following CSS to your Stylesheet:
.swiper-button-next,
.swiper-button-prev {
user-select: none;
}
This will allow the users to click the buttons while disabling the raw text selection.
Please also consider adding title attributes with descriptions to these buttons.
1 post - 1 participant
