css 截取没有滚动条的Squarespace网站的屏幕截图 - https://refugecf.com

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 截取没有滚动条的Squarespace网站的屏幕截图 - https://refugecf.com相关的知识,希望对你有一定的参考价值。

/* Copy and past into browser inspector stylesheet */

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

#thumbnail img {
    width: 1920px !important;
}

以上是关于css 截取没有滚动条的Squarespace网站的屏幕截图 - https://refugecf.com的主要内容,如果未能解决你的问题,请参考以下文章

css 我的Squarespace网站的漂亮CSS表。

如何用 CSS 改变滚动条的位置?

前端(浏览器兼容性Ie与chrome)之滚动条的隐藏

css控制背景图像不随滚动条的滚动而滚动

如何使用没有滚动条的表来居中元素?

解决滚动条加载出现的页面抖动