I use Jira with a filter. That shows me a list of issues on the left, a "sidebar" in between and then the actual issue.
It is possible to enlarge or reduce the list of issues and the issue area by dragging the sidebar.
The list of issues is often pretty long and thus it gets a scrollbar.
My issue is that the sidebar is marked with "left: -8px;" and "z-index: 1;" which means it covers the scrollbar (most of it).
Today I finally tried to look at the CSS and by changing the "left: -8px" into "left: 0;", it fixes the problem of the scrollbar. What I'd like to do, is make the edit permanent so when I reload the page I don't have to re-edit that CSS each time. Is there a way to edit the CSS from the interface? Or do I have to look at fixing that in the source code?
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more