### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug 弹出多级弹窗时,只有第一级的弹窗,弹窗内容是否滚动与IsScrolling的值相符合,后续的弹窗都默认是滚动的,无法通过IsScrolling属性进行控制。 https://github.com/user-attachments/assets/148eb82b-f99d-4321-ba45-7f5949200cad ### Expected Behavior 后续的多级弹窗的内容,都可以根据IsScrolling参数来控制弹窗中的内容是否滚动。 ### Interactive render mode Interactive Auto (Server, then client) ### Steps To Reproduce 复现工程:多级弹窗,连接:https://www.blazor.zone/dialog#MultipleDialog ### Exceptions (if any) _No response_ ### .NET Version NET9.0 ### Anything else? _No response_
Is there an existing issue for this?
Describe the bug
弹出多级弹窗时,只有第一级的弹窗,弹窗内容是否滚动与IsScrolling的值相符合,后续的弹窗都默认是滚动的,无法通过IsScrolling属性进行控制。
default.mp4
Expected Behavior
后续的多级弹窗的内容,都可以根据IsScrolling参数来控制弹窗中的内容是否滚动。
Interactive render mode
Interactive Auto (Server, then client)
Steps To Reproduce
复现工程:多级弹窗,连接:https://www.blazor.zone/dialog#MultipleDialog
Exceptions (if any)
No response
.NET Version
NET9.0
Anything else?
No response