Skip to content

Commit

Permalink
fix: demo page flex css style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Aug 22, 2024
1 parent 372ffa7 commit 80c5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vstory/demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const App = () => {

return (
<div style={{ display: 'flex', width: '100%' }}>
<div style={{ flexBasis: 200, height: '90vh', overflow: 'auto', border: '1px solid #eee' }}>
<div style={{ flex: '0 0 200px', height: '90vh', overflowY: 'auto', border: '1px solid #eee' }}>
<Nav
style={{ width: 200 }}
onSelect={data => setActiveName(data.itemKey)}
Expand Down

0 comments on commit 80c5d84

Please sign in to comment.