MudBlazor/MudBlazor

MudDataGrid: Vertical scroll is broken with fixed height and sticky columns

Offen

#7.237 geöffnet am 20.07.2023

 (8 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)C# (1.631 Forks)batch import
bughas workaroundhelp wantedregression

Repository-Metriken

Stars
 (10.394 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 6h) (108 gemergte PRs in 30 T)

Beschreibung

Bug type

Component

Component name

MudDataGrid

What happened?

A Datagrid with fixed height, sticky column and horizontal scroll bar does not scroll vertically. Disableling the "overflow: clip;" in developer settings fixes this behaviour.

Expected behavior

Table should scroll vertically

Reproduction link

https://try.mudblazor.com/snippet/ckcdEURkRHtKRape

Reproduction steps

  1. Create DataGrid with fixed height, sticky column and horizontal scroll bar
  2. Execute and try to scroll vertically

Relevant log output

No response

Version (bug)

6.5.0 and further

Version (working)

6.4.1

What browsers are you seeing the problem on?

Firefox, Chrome, Microsoft Edge

On what operating system are you experiencing the issue?

Windows

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor Guide