Skip to content

Commit 4343c1b

Browse files
committed
Set query filter overlay overflow behaviour to auto
1 parent 320d9df commit 4343c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu-plugins/blocks/query-filter/src/style.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
margin: 0;
117117
padding: var(--wp--preset--spacing--10);
118118
max-height: 18rem;
119-
overflow: scroll;
119+
overflow-y: auto;
120120
border: none;
121121
}
122122

0 commit comments

Comments
 (0)