Skip to content

Conversation

web-padawan
Copy link
Member

Description

Fixes #9992

Type of change

  • Bugfix

@@ -77,10 +73,12 @@
min-width: 12em; /* matches the default <vaadin-text-field> width */
padding: var(--lumo-space-l);
flex: 1;
min-height: 0;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual fix.

@@ -65,10 +65,6 @@
display: none !important;
}

:host(:is([has-title], [has-header], [has-footer])) [part='content'] {
Copy link
Member Author

@web-padawan web-padawan Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we still need this at all after the change in #9903, maybe could be removed altogether.
Seems like this override was supposed to cover height: 100% in the resizable overlay styles.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPD: removed it from this PR.

@web-padawan web-padawan force-pushed the fix/dialog-overflow-lumo branch from 05457c0 to 4eed10c Compare August 13, 2025 15:38
Copy link

@web-padawan web-padawan merged commit 1c34c3b into main Aug 14, 2025
11 of 12 checks passed
@web-padawan web-padawan deleted the fix/dialog-overflow-lumo branch August 14, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dialog] Content overflows overlay
2 participants