Merge pull request woocommerce/woocommerce-admin#280 from woocommerce/fix/navbar-zindex

Header: Set z-index greater than popover
This commit is contained in:
Timmy Crawford 2018-08-07 17:12:25 -07:00 committed by GitHub
commit c653b601ca
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
position: fixed;
width: 100%;
top: 32px;
z-index: 1000;
z-index: 99999; /* component-popover is 99990 */
&.is-scrolled {
box-shadow: 0 8px 8px 0 rgba(85, 93, 102, 0.3);