We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecf9a7 commit eb932c7Copy full SHA for eb932c7
frontend/src/views/embedded/index.vue
@@ -85,9 +85,11 @@ onMounted(() => {
85
const style = document.createElement('style')
86
style.innerHTML = `.ed-overlay-dialog {
87
margin-top: 50px;
88
+ height: calc(100vh - 50px);
89
}
90
.ed-drawer {
91
92
93
}`
94
document.querySelector('head')?.appendChild(style)
95
})
0 commit comments