Bootstrap 3 Table inside a panel overflowing

前端 未结 3 1816
忘了有多久
忘了有多久 2021-02-02 08:22
 
Recently Filtered
3条回答
  •  太阳男子
    2021-02-02 08:51

    it appears to only happen when the viewport has responded down to mobile sizes. The easiest fix is to add overflow rule.

    .panel {
        overflow: auto;
    }
    

    you could also change font sizes or remove unneeded table cells. You could also abbreviate

    • ID
    • Temp
    • V
    • Date

提交回复
热议问题