You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ibennetch opened this issue
Apr 17, 2020
· 2 comments
· Fixed by #16277
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incompleteuiIssues relating to the user interface
When scrolling down on a Browse page, the header shifts. This is particularly noticeable when the first couple of columns are quite wide, as you'll see.
This is tested using current master and 5.0.2, I have not tested 4.9. Both are using PHP 7.4.
Before scrolling:
After scrolling down:
Before scrolling:
After scrolling:
The text was updated successfully, but these errors were encountered:
I think this is the same issue as #15806, which has discussion about fixing the issue by using CSS position: sticky instead of a secondary code-managed table element.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incompleteuiIssues relating to the user interface
When scrolling down on a Browse page, the header shifts. This is particularly noticeable when the first couple of columns are quite wide, as you'll see.
This is tested using current master and 5.0.2, I have not tested 4.9. Both are using PHP 7.4.
Before scrolling:

After scrolling down:

Before scrolling:

After scrolling:

The text was updated successfully, but these errors were encountered: