Hello everyone,
I am using UniversalDashboard Module 2.5.2.
I can not run the ‘width’ parameter for the New-UDSideNav cmdlet.
Example:
UDSideNav = New-UDSideNav -Content {} -width 50
or
UDSideNav = New-UDSideNav -Content {} -width 80
or
$ UDSideNav = New-UDSideNav -Content {} -width 30
The width of the menu remains the same each time, is it a bug?
HakMoon.