Merge pull request #14441 from woocommerce/fix/14323

Give arrow buttons z-index
This commit is contained in:
Claudio Sanches 2017-04-17 13:12:55 -03:00 committed by GitHub
commit cabdc39913
1 changed files with 1 additions and 0 deletions

View File

@ -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;