Actions
Patch #22336
closedRevision Table does not scroll horizontally on small screens
Start date:
Due date:
% Done:
0%
Estimated time:
Description
On small screens: While the directory listing table may be scrolled horizontally, the revision table may not. Therefore the commit message and author is not available on mobile devices.
The attached patch adds an .autoscroll
container around the revision graph and table. Additionally it adds position: relative
to the .autoscroll
CSS ruleset to ensure, that the revision graph scrolls with the table content.
The patch was created based on the current trunk r15287.
Files
Related issues
Actions