Skip to content

Commit 407689a

Browse files
committed
chore: Remove app-wrapper height to fix scrolling
1 parent 7faedcb commit 407689a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ onMounted(() => {
5454
<style scoped>
5555
.app-wrapper {
5656
width: 100%;
57-
height: 100%;
57+
/* height: 100%; */
5858
position: absolute;
5959
top: 46px;
6060
left: 0;

src/styles/app.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#app {
2-
min-height: 100vh;
2+
height: 100vh;
33
position: relative;
44
overflow-x: hidden;
55
}

0 commit comments

Comments
 (0)