Expected behavior
As in Fluent React, where it always is 44px.
Desktop (please complete the following information):
OS: Windows
Browser: Edge
Version: 122
Additional context
.hoo-cmdbar has a 1px border transparent border, increasing the height to 46px. With .has-overflow, a slightly bigger min-height is also set, increasing the hight to 48px.
Describe the bug The height of the command bar is 46px or 48px, with
.has-overflow
.To Reproduce Steps to reproduce the behavior:
.hoo-cmdbar
Expected behavior As in Fluent React, where it always is 44px.
Desktop (please complete the following information):
Additional context .hoo-cmdbar has a 1px border transparent border, increasing the height to 46px. With
.has-overflow
, a slightly biggermin-height
is also set, increasing the hight to 48px.