Hexo 框架锁定横向滚动

This commit is contained in:
tangly
2022-10-19 12:50:36 +08:00
parent 16a6be69f8
commit 4fbc6e24f3

View File

@@ -64,7 +64,7 @@ const LayoutBase = props => {
id="container-inner"
className="pt-14 w-full mx-auto lg:flex lg:space-x-4 justify-center"
>
<div className="w-full max-w-4xl">
<div className="w-full max-w-4xl overflow-x-hidden">
{onLoading ? <LoadingCover /> : children}
</div>
<SideRight {...props} slot={rightAreaSlot} />