@@ -43,7 +43,7 @@ export const BasicLayout = ({ children, className }: Props): JSX.Element => {
<Sidebar />
</div>
- <div className="flex-fill mw-0" style={{ position: 'relative' }}>
+ <div className="flex-fill mw-0">
<AlertSiteUrlUndefined />
{children}
@@ -28,7 +28,7 @@ export const ShareLinkLayout = ({ children }: Props): JSX.Element => {
<GrowiNavbar isGlobalSearchHidden={true} />
<div className="page-wrapper d-flex d-print-block">