Skip to content

Commit 42e547e

Browse files
committed
fix(Embedded Management): The style of the page is displayed incorrectly after the sidebar is collapsed and the height of the embedded page is incorrect
1 parent a43c98e commit 42e547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/embedded/page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ onBeforeUnmount(() => {
184184
<style lang="less" scoped>
185185
.sqlbot--embedded-page {
186186
width: 100%;
187-
height: 100%;
187+
height: 100vh;
188188
position: relative;
189189
background: #f7f8fa;
190190
}

0 commit comments

Comments
 (0)