Project

General

Profile

Defect #24309

Updated by Toshi MARUYAMA over 7 years ago

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 https://www.redmine.org/issues/21808#note-5

Back