Skip to content

Commit 2993e34

Browse files
authored
BC-10307 Fix board scroll on mobile (#3952)
1 parent a3d8cd1 commit 2993e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/templates/DefaultWireframe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const showDivider = computed(() => !props.hideBorder && !!(props.headline || slo
128128
@use "@/styles/settings.scss" as *;
129129
130130
.wireframe-container-flex {
131-
height: calc(100vh - var(--topbar-height));
131+
height: calc(100svh - var(--topbar-height));
132132
display: flex;
133133
flex-direction: column;
134134
}

0 commit comments

Comments
 (0)