Vertical scroll table body inside bootstrap modal
问题 I'm using bootstrap3 modal and trying to create a table inside a modal. I want the tbody to have vertical scroll. I've tried adding the height and overflow-y: auto to tbody, but it won't work. I was able to have the entire modal scrollable, but I just want only the table body to be scrollable Can anyone please help me? 回答1: I've finally found an answer for this. I adapted the code from here: http://jsfiddle.net/T9Bhm/7/ The CSS Solution: table { width: 100%; } thead, tbody, tr, td, th {