We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5291a56 commit 4fd7cd5Copy full SHA for 4fd7cd5
frontend/src/views/embedded/index.vue
@@ -88,7 +88,7 @@ onMounted(() => {
88
}
89
.ed-drawer {
90
margin-top: 50px;
91
- height: calc(100vh - 50px);
+ calc(100vh - 50px) !important;
92
}`
93
document.querySelector('head')?.appendChild(style)
94
})
0 commit comments