Fix unnecessary scroll bar visible on select control (https://github.com/woocommerce/woocommerce-admin/pull/3065)
This commit is contained in:
parent
8b1e263709
commit
909185113a
|
@ -109,7 +109,7 @@
|
|||
right: 0;
|
||||
top: 57px;
|
||||
z-index: 10;
|
||||
overflow: scroll;
|
||||
overflow-y: scroll;
|
||||
max-height: 350px;
|
||||
|
||||
&.is-static {
|
||||
|
|
Loading…
Reference in New Issue