mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Hexo 框架锁定横向滚动
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user