fix: adjust styling for Documentation component to ensure proper layout (#6566)

This commit is contained in:
Zeke Zhang 2025-03-26 18:56:00 +08:00 committed by GitHub
parent cded825bda
commit f07172f98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,8 @@ const Documentation = () => {
direction="vertical" direction="vertical"
style={{ style={{
width: '100%', width: '100%',
height: '100%',
overflowY: 'auto',
}} }}
> >
<div <div