Vote #77967
完了Setting page for repository does not scroll horizontally on small screens
0%
説明
Horizontall scroll bar is missed on settings page for repository.
Problem appears after #20632 (because @overflow: hidden;@ on @#wrapper@)
We can wrap repositories table with @.autoscroll@ ofcouse or even do it in @common/_tabs.html.erb@
But maybe it would be better to remove @overflow: hidden;@ from @#wrapper@?
I dont know what is the best way to fix this and want to discuss because this problem may affect many other pages.
I think that turning off horizontal scroll completely is not a good idea.
Similar problems:
#22336
#21808#note-5
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I felt it was difficult to judge whether deleting "overflow: hidden; on # wrapper" would be fine or not, Because the range of #wrapper is too big.
So, I propose a patch using the same way as #22336 (displaying the scroll bar using .autoscroll).
--------------------------------------------------------------------------------
The very similar fixes were already delivered by #22336 and #28523. Setting the target version to 3.4.7.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed. Thank you all for reporting and fixing this issue.
--------------------------------------------------------------------------------
related_issues
relates,Closed,22336,Revision Table does not scroll horizontally on small screens
relates,Closed,28523,Display horizontal scroll bar of plugins table when overflow occurs on small screen