Skip to content

Commit eb932c7

Browse files
committed
fix: bug fix
1 parent 9ecf9a7 commit eb932c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/views/embedded/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ onMounted(() => {
8585
const style = document.createElement('style')
8686
style.innerHTML = `.ed-overlay-dialog {
8787
margin-top: 50px;
88+
height: calc(100vh - 50px);
8889
}
8990
.ed-drawer {
9091
margin-top: 50px;
92+
height: calc(100vh - 50px);
9193
}`
9294
document.querySelector('head')?.appendChild(style)
9395
})

0 commit comments

Comments
 (0)