Fix scrolling of expressions

This commit is contained in:
Matt Sherman 2023-10-30 12:35:25 -04:00
parent 5727281493
commit 10057b0d81
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@
flex-direction: column;
height: 100%;
overflow: auto;
}
.woocommerce-product-editor-dev-tools-expressions-list {