bootstrap table 垂直滚动条可见

bootstrap table with vertical scrollbar visible

我需要用 bootstrap 库创建一个简单的 html 页面:我的页面只有一个固定在顶部的 header 和一个可能很长的 table,所以我需要滚动它...如果我添加简单的导航栏和 table 我得到这个:

如您所见,table 是 'under' 导航栏,我无法滚动。我该怎么办?

示例如下:

https://paste.ee/p/i1GnB

谢谢

正如我所见,您的页眉固定在顶部,因为它是您制作的 going under the tableeasy fix is just to add a padding-top to the table. 您应该添加的填充量是 equal to the header's height 或更多,尝试看看您更喜欢什么。