Skip to content

Commit 1c34c3b

Browse files
authored
fix: add CSS to make Lumo dialog content overflow work (#9993)
1 parent 8b4ca33 commit 1c34c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vaadin-lumo-styles/src/components/dialog-overlay.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
min-width: 12em; /* matches the default <vaadin-text-field> width */
7878
padding: var(--lumo-space-l);
7979
flex: 1;
80+
min-height: 0;
8081
}
8182

8283
:host([overflow]) [part='content'] {

0 commit comments

Comments
 (0)