Open SoftTimur opened 7 years ago
The code that handles this is here: https://github.com/ngOfficeUIFabric/ng-officeuifabric/blob/c92a5847b232a40976a06e8e1a98eb37f8498d59/src/components/commandbar/commandBarDirective.ts#L328-L336
If the offset is less than with width - 200px, it's hidden. Not sure where the logic originated from or if it was arbitrary. @tobiaswest83 was original author... maybe he has thoughts...
I am trying to use the command bar of ng-office-ui-fabric, here is a code
If we change the width of the preview, we could see that the items are hidden very easily (we could see a class
is-hidden
is added), even though there are visually lots of space.Does anyone know how to control this limit width such that the items are not hidden easily?
Another option is never hiding the command items, does anyone know how to enable this?