Skip to content

Commit

Permalink
feat(website): add css for demo container (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Sep 30, 2020
1 parent b9bb57d commit 5c81f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/pages/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
div[class^='PlayGround-module--exampleContainerWrapper'] {
overflow: hidden;
}
1 change: 1 addition & 0 deletions site/pages/index.zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
import Banner from '@antv/gatsby-theme-antv/site/components/Banner';
import Features from '@antv/gatsby-theme-antv/site/components/Features';
import Cases from '@antv/gatsby-theme-antv/site/components/Cases';
import './index.less';

const IndexPage = () => {
const { t, i18n } = useTranslation();
Expand Down

0 comments on commit 5c81f9e

Please sign in to comment.