【问题标题】:scrollbar on left not working, exepcted scrollbar is like right one左边的滚动条不起作用,预期的滚动条就像右边的一样
【发布时间】:2021-11-13 07:07:40
【问题描述】:

我这里有两个滚动条https://www.masalacode.com/python-for-loop/ 一个在左边,一个是短宽度(wordpress 网站),它不能正常工作,我希望它像最右边的那个一样工作,请协助。

谢谢大家

【问题讨论】:

  • 请提供足够的代码,以便其他人更好地理解或重现问题。

标签: css wordpress themes scrollbar


【解决方案1】:

您需要更新网站上的 CSS 并在侧边栏中添加更多菜单。

#sfm-sidebar.sfm-compact .sfm-va-middle{
    height: auto;
    overflow: scroll;
    margin-top: -50px;
}

您可以通过运行代码查看视频。

<div style="width:100%;height:0px;position:relative;padding-bottom:53.750%;"><iframe src="https://streamable.com/e/3zx5fv" frameborder="0" width="100%" height="100%" allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-12-12
    • 2021-06-25
    • 2018-11-09
    • 2021-10-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多