We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bb57d commit 5c81f9eCopy full SHA for 5c81f9e
site/pages/index.less
@@ -0,0 +1,3 @@
1
+div[class^='PlayGround-module--exampleContainerWrapper'] {
2
+ overflow: hidden;
3
+}
site/pages/index.zh.tsx
@@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
4
import Banner from '@antv/gatsby-theme-antv/site/components/Banner';
5
import Features from '@antv/gatsby-theme-antv/site/components/Features';
6
import Cases from '@antv/gatsby-theme-antv/site/components/Cases';
7
+import './index.less';
8
9
const IndexPage = () => {
10
const { t, i18n } = useTranslation();
0 commit comments