Skip to content

Commit

Permalink
chore: スクロールバーデザイン確認用のデモ環境更新
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tada committed Nov 21, 2024
1 parent b8b07d0 commit 37e7f51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/react/src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ export const Home = () => {
<SearchInputStr />
<SelectBoxNum />
<SelectBoxStr />
<div
style={{
width: "200px",
height: "200px",
overflow: "scroll",
}}
>
<div style={{ width: "100vw", height: "100vh" }}>test2</div>
</div>
<div style={{ width: "100vw", height: "100vh" }}>test</div>
</WizVStack>
</div>
);
Expand Down

0 comments on commit 37e7f51

Please sign in to comment.