Please go to plugins/woo-lucky-wheel/css, open file woocommerce-lucky-wheel.css and remove code from line 665 to line 690, those code should look like:
.wlwl_lucky_wheel_content.wlwl_lucky_wheel_content_mobile .wlwl-show-again-option > div {
text-align: center;
padding: 0;
width: 33.33%;
display: inline-block;
opacity: .8;
transition: opacity 300ms linear;
background: white;
color: black;
}
.wlwl_lucky_wheel_content.wlwl_lucky_wheel_content_mobile .wlwl-show-again-option {
padding: 0;
font-weight: 600;
display: flex;
justify-content: space-around;
position: fixed;
top: 0;
width: 100%;
left: 0;
right: 0;
}
.wlwl_lucky_wheel_content.wlwl_lucky_wheel_content_mobile .wlwl-show-again-option > div:hover {
opacity: 1 !important;
}