xioyito / NewBee

A elegance, clean Hugo Theme with high interaction for blogger
MIT License
50 stars 17 forks source link

【BUG】在移动端发现浏览文章时屏幕可以划到右边空白处 #27

Open SMWHff opened 11 months ago

SMWHff commented 11 months ago

1、文章时屏幕可以划到右边空白处 2、当向下滑动到同时出现 左箭头图标和 上箭头图标时,会回复正常

SMWHff commented 11 months ago

https://github.com/xioyito/NewBee/assets/46310389/32cee4ee-2072-445a-8f61-2f01db50aa4f

xioyito commented 9 months ago

尝试在themes/NewBee/static/css/style.css里添加如下代码

html, body {
  max-width: 100%;
  overflow-x: hidden;
}