Skip to content

Commit 1658329

Browse files
committed
fix: bug fix
1 parent 4fd7cd5 commit 1658329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/embedded/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ onMounted(() => {
8888
}
8989
.ed-drawer {
9090
margin-top: 50px;
91-
calc(100vh - 50px) !important;
91+
height: calc(100vh - 50px) !important;
9292
}`
9393
document.querySelector('head')?.appendChild(style)
9494
})

0 commit comments

Comments
 (0)