fix hexo overflow-x

This commit is contained in:
tangly1024
2023-07-30 13:56:08 +08:00
parent aca80a7750
commit b230617039

View File

@@ -71,7 +71,7 @@ const LayoutBase = props => {
{/* 主区块 */}
<main id="wrapper" className={`${CONFIG.HOME_BANNER_ENABLE ? '' : 'pt-16'} bg-hexo-background-gray dark:bg-black w-full py-8 md:px-8 lg:px-24 min-h-screen relative`}>
<div id="container-inner" className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + ' w-full mx-auto lg:flex lg:space-x-4 justify-center relative z-10'} >
<div className={`${className || ''} w-full max-w-4xl h-full `}>
<div className={`${className || ''} w-full max-w-4xl h-full overflow-x-hidden`}>
<Transition
show={!onLoading}