Bug #2804
No horizontal scrollbars
Start date:
06/30/2020
Due date:
% Done:
100%
Related issues
Associated revisions
Fixing lack of horizonabl scrollbars
Reference #2804
Fixing scrolling issue
Reference #2804
History
#1 Updated by Luke Murphey over 4 years ago
- Related to Task #2637: Remove horizontal scrollbars when content is not too wide added
#3 Updated by Luke Murphey over 4 years ago
Obs:
- Returning to the prior jexcel CSS doesn't fix this
- What change was done to regress this?
- How had I fixed this before?
- Just by adding a little margin
margin-right: 16px;
- Has anyone else seen this issue?
- Just by adding a little margin
- What is causing the horizontal scrollbars to appear?
- "overflow-x: visible;" on lookup-table
- Works, but now the horizontal scrolls are always present
#4 Updated by Luke Murphey over 4 years ago
Prob: now horizontal scrollbars always appear
Qs: *
Obs:- It seems like the scrollbar on the right is causing the other one to appear
- https://stackoverflow.com/questions/13569610/vertical-scrollbar-leads-to-horizontal-scrollbar
- Remove table width from jexcel
- Set table width to less than 100%
- Back off the calculation of the table column calculation
#5 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100