-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Labels
status:blockedAny issue blocked by anotherAny issue blocked by another
Description
🐛 Bug Report
I have a dialog that I've given a max height to. The dialog could contain a FluentSelect instance and the dialog body has a max height and scrolls when the height is exceeded:
#interactions-input-dialog .interaction-input-dialog {
max-height: 50vh;
overflow-y: auto;
}
When the FluentSelect opens, it opens inside the scrollable container, adding scrollbars and not being completely visible:
💻 Repro or Code Sample
🤔 Expected Behavior
I expect the FluentSelect to behave like a normal HTML select and open outside the scrollable element:
😯 Current Behavior
Opens inside the scrollable container, adding scrollbars and not being completely visible.
💁 Possible Solution
🔦 Context
🌍 Your Environment
- OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
- Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
- .NET and Fluent UI Blazor library Version [e.g. 8.0.2 and 4.4.1]
Metadata
Metadata
Assignees
Labels
status:blockedAny issue blocked by anotherAny issue blocked by another