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 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
it appears to only happen when the viewport has responded down to mobile sizes. The easiest fix is to add overflow rule.
overflow
.panel { overflow: auto; }
you could also change font sizes or remove unneeded table cells. You could also abbreviate