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 4fd7cd5 commit 1658329Copy full SHA for 1658329
frontend/src/views/embedded/index.vue
@@ -88,7 +88,7 @@ onMounted(() => {
88
}
89
.ed-drawer {
90
margin-top: 50px;
91
- calc(100vh - 50px) !important;
+ height: calc(100vh - 50px) !important;
92
}`
93
document.querySelector('head')?.appendChild(style)
94
})
0 commit comments