Skip to content

Commit 5c81f9e

Browse files
authored
feat(website): add css for demo container (#1675)
1 parent b9bb57d commit 5c81f9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

site/pages/index.less

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
div[class^='PlayGround-module--exampleContainerWrapper'] {
2+
overflow: hidden;
3+
}

site/pages/index.zh.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
44
import Banner from '@antv/gatsby-theme-antv/site/components/Banner';
55
import Features from '@antv/gatsby-theme-antv/site/components/Features';
66
import Cases from '@antv/gatsby-theme-antv/site/components/Cases';
7+
import './index.less';
78

89
const IndexPage = () => {
910
const { t, i18n } = useTranslation();

0 commit comments

Comments
 (0)