[Menu] Add z-index to MenuProvider (#2772)
This commit is contained in:
Родитель
1268d36a45
Коммит
94fece7327
|
@ -20,6 +20,7 @@ public partial class FluentMenuProvider : FluentComponentBase
|
|||
/// <summary />
|
||||
internal string? StyleValue => new StyleBuilder(Style)
|
||||
.AddStyle("display", "fixed") // To prevent the menu from displaying a scrollbar in body
|
||||
.AddStyle("z-index", ZIndex.Menu.ToString())
|
||||
.Build();
|
||||
|
||||
/// <summary>
|
||||
|
|
Загрузка…
Ссылка в новой задаче