mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-03-07 15:08:51 +08:00
Merge pull request #226 from 2322222223/dev-frontend
fixed drag bar overlap
This commit is contained in:
commit
fb55a96a62
@ -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>
|
||||
</>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user