Merge pull request #14441 from woocommerce/fix/14323
Give arrow buttons z-index
This commit is contained in:
commit
cabdc39913
|
@ -31,6 +31,7 @@
|
|||
margin: 0;
|
||||
float: right;
|
||||
opacity: 0.75;
|
||||
z-index: 1600;
|
||||
-webkit-transition: opacity 0.2s;
|
||||
transition: opacity 0.2s;
|
||||
-webkit-box-shadow: none;
|
||||
|
|
Loading…
Reference in New Issue