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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
PR #8532 addressed some issues regarding bookmarks but fixed header for item's list was left. That's because list uses SortableTable, and per spec tables aren't supposed to have overflow.
Ideally, items' header (right-hand side) should be fixed.
In order to fix that, SortableTable should be either fully refactored to make use of CSS grid or flagged at some point that other element than <table> (and its children) should be used.
Labelled as backlog feel free to remove if needed
The text was updated successfully, but these errors were encountered:
PR #8532 addressed some issues regarding bookmarks but fixed header for item's list was left. That's because list uses SortableTable, and per spec tables aren't supposed to have
overflow
.Screenshot credits of @jonathansampson:
Ideally, items' header (right-hand side) should be fixed.
In order to fix that, SortableTable should be either fully refactored to make use of CSS grid or flagged at some point that other element than
<table>
(and its children) should be used.Labelled as
backlog
feel free to remove if neededThe text was updated successfully, but these errors were encountered: