This commit is contained in:
Thorsten Sommer 2025-03-15 11:09:34 +01:00 committed by GitHub
parent 686bb2ccb3
commit d6ead37102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,14 @@
display: initial !important;
}
/* Fix for MudBlazor, tooltips and selects inside of popover
See issue https://github.com/MudBlazor/MudBlazor/issues/11015
and https://github.com/MindWorkAI/AI-Studio/issues/346
*/
.mud-popover-provider > .mud-popover-open {
z-index: 1604;
}
/* Context div for inner scrolling component */
.inner-scrolling-context {
display: flex;

View File

@ -0,0 +1,2 @@
# v0.9.36, build 211 (2025-03-15 xx:xx UTC)
- Fixed a MudBlazor bug, where dropdown menus were not displayed correctly when used inside a dialog.