godaddy-wordpress / coblocks

A suite of professional page building content blocks for the WordPress Gutenberg block editor.
https://wordpress.org/plugins/coblocks/
GNU General Public License v2.0
741 stars 148 forks source link

Carousel Block: Visual issue with Arrow Navigation in Safari #1199

Closed mikeicode closed 4 years ago

mikeicode commented 4 years ago

When you use the "Arrow Navigation" style for the CoBlocks Carousel block there is a visual issue in Safari browsers.

To Reproduce

  1. Add a CoBlocks Carousel to a page, choose "Arrow Navigation" style
  2. View page in Safari

Expected behavior

Buttons should be round like in other browsers.

What happens instead

img Full image: https://d.pr/i/ZUQKRd

It appears to be related to the previous button. If you set a specific width on the button it is resolved (in this code I target both buttons and and height so they match):

.wp-block-coblocks-gallery-carousel .flickity-button.previous,
.wp-block-coblocks-gallery-carousel .flickity-button.next {
width: 62px;
height: 62px;
}

img Full image: https://d.pr/i/xg6omo

Isolating the problem:

Versions

WP: Version 5.3.1 Safari: 13.0.4 macOS Mojave: 10.14.6 CoBlocks: 1.18.0

aisajib commented 4 years ago

Adding to the above that the issue appears on Internet Explorer 11 too.

mriyazuddin commented 4 years ago

Reported here as well #2565080 - zen