Skip to content

Commit a1c9306

Browse files
committed
🛠️ Fix Blueprint Settings Menu Overflow
1 parent 99fc4d8 commit a1c9306

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/blueprintSettingsDialog.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,11 @@
503503
</div>
504504

505505
<style>
506+
:global(.dialog_wrapper .dialog_content) {
507+
overflow-y: auto !important;
508+
}
506509
div {
507510
padding-right: 8px;
508-
overflow-y: auto;
509511
max-height: 50rem;
510512
}
511513
.warning {

0 commit comments

Comments
 (0)