We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faedcb commit 407689aCopy full SHA for 407689a
src/App.vue
@@ -54,7 +54,7 @@ onMounted(() => {
54
<style scoped>
55
.app-wrapper {
56
width: 100%;
57
- height: 100%;
+ /* height: 100%; */
58
position: absolute;
59
top: 46px;
60
left: 0;
src/styles/app.less
@@ -1,5 +1,5 @@
1
#app {
2
- min-height: 100vh;
+ height: 100vh;
3
position: relative;
4
overflow-x: hidden;
5
}
0 commit comments