Skip to content

Commit 3cbd8a7

Browse files
Fix broken dropdown style issue #827
1 parent d37770f commit 3cbd8a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

classes/Visualizer/Gutenberg/build/block.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/Visualizer/Gutenberg/src/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@
378378
z-index: 999999 !important;
379379
}
380380

381+
.components-panel {
382+
.components-select-control {
383+
height:auto !important;
384+
}
385+
}
381386
@media ( min-width: 768px ) {
382387
.visualizer-json-query-modal {
383388
width: 668px;

0 commit comments

Comments
 (0)