mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
docs: overlayStyle should not change menu's width (#939)
This commit is contained in:
parent
2e668e1b54
commit
2d0d1a7473
@ -9,7 +9,7 @@
|
||||
</RowCol>
|
||||
@if (_isMobile)
|
||||
{
|
||||
<Dropdown Placement="PlacementType.BottomRight" Trigger="new[] { TriggerType.Click }" OverlayStyle="width: 300px">
|
||||
<Dropdown Placement="PlacementType.BottomRight" Trigger="new[] { TriggerType.Click }">
|
||||
<Overlay>
|
||||
<HeaderMenu IsMobile />
|
||||
</Overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user