Merge pull request #226 from 2322222223/dev-frontend

fixed drag bar overlap
This commit is contained in:
栾鹏 2024-01-15 15:39:48 +08:00 committed by GitHub
commit fb55a96a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ export default function IframeTemplate(props?: IAppMenuItem) {
allowFullScreen
allow="microphone;camera;midi;encrypted-media;"
className="w100 h100 fade-in"
style={{ border: 0 }}>
style={{ border: 0, display: 'block'}}>
</iframe>
</>
)