diff --git a/assets/styles/antd-custom.less b/assets/styles/antd-custom.less index 79af7e6b..4e36e72c 100644 --- a/assets/styles/antd-custom.less +++ b/assets/styles/antd-custom.less @@ -15,6 +15,12 @@ html { --brand-tertiary: @brand-tertiary; } +body { + // Support animations + background: @brand-secondary; + overflow-x: hidden; +} + // // Theme // diff --git a/components/layout/base-layout.tsx b/components/layout/base-layout.tsx index 43df08ef..5d70e5eb 100644 --- a/components/layout/base-layout.tsx +++ b/components/layout/base-layout.tsx @@ -14,7 +14,7 @@ interface Props { const BaseLayout = ({ children, showSearch, stickyHeader }: Props) => ( - {children} + {children}