mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
parent
686bb2ccb3
commit
d6ead37102
@ -76,6 +76,14 @@
|
|||||||
display: initial !important;
|
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 */
|
/* Context div for inner scrolling component */
|
||||||
.inner-scrolling-context {
|
.inner-scrolling-context {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.36.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.36.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user