We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80c9cd commit 87633afCopy full SHA for 87633af
blazorbootstrap/Components/Grid/Grid.razor.cs
@@ -829,7 +829,8 @@ private void SetFilters(IEnumerable<FilterItem> filterItems)
829
private string? GridContainerStyleNames =>
830
BuildStyleNames(
831
GridContainerStyle,
832
- ($"height:{Height.ToString(CultureInfo.InvariantCulture)}{Unit.ToCssString()}", FixedHeader)
+ ($"height:{Height.ToString(CultureInfo.InvariantCulture)}{Unit.ToCssString()}", FixedHeader),
833
+ ($"overflow-x:auto;", Responsive)
834
);
835
836
/// <summary>
0 commit comments