Fix unnecessary scroll bar visible on select control (https://github.com/woocommerce/woocommerce-admin/pull/3065)

This commit is contained in:
Albert Juhé Lluveras 2019-10-21 10:30:16 +02:00 committed by GitHub
parent 8b1e263709
commit 909185113a
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
right: 0;
top: 57px;
z-index: 10;
overflow: scroll;
overflow-y: scroll;
max-height: 350px;
&.is-static {