File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ onMounted(() => {
54
54
<style scoped>
55
55
.app-wrapper {
56
56
width : 100% ;
57
+ height : calc (100vh - 46px );
57
58
position : absolute ;
58
59
top : 46px ;
59
60
left : 0 ;
61
+ overflow-y : auto ;
60
62
}
61
63
</style >
Original file line number Diff line number Diff line change 2
2
<main p =" 16" text =" gray-700 dark:gray-200" >
3
3
<RouterView />
4
4
5
- <div mx-auto py -15 text-center text-10 text-gray-500 >
5
+ <div mx-auto mb-60 pt -15 text-center text-10 text-gray-500 >
6
6
[Default Layout]
7
7
</div >
8
8
</main >
Original file line number Diff line number Diff line change @@ -14,16 +14,14 @@ html.dark {
14
14
color-scheme : dark ;
15
15
}
16
16
17
- html , body {
18
- height : 100% ;
17
+ body {
19
18
overflow : hidden ;
20
19
}
21
20
22
21
#app {
23
22
height : 100vh ;
24
23
position : relative ;
25
24
overflow-x : hidden ;
26
- overflow-y : auto ;
27
25
}
28
26
29
27
::-webkit-scrollbar {
You can’t perform that action at this time.
0 commit comments