1 reference to MenuVerticalPadding
Aspire.Dashboard (1)
Components\Controls\AspireMenu.razor.cs (1)
67
private int CalculatedVerticalThreshold => VerticalThreshold ?? (Items.Count * EstimatedItemHeight +
MenuVerticalPadding
);