File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ onMounted(() => {
5454<style scoped>
5555.app-wrapper {
5656 width : 100% ;
57+ height : calc (100vh - 46px );
5758 position : absolute ;
5859 top : 46px ;
5960 left : 0 ;
61+ overflow-y : auto ;
6062}
6163 </style >
Original file line number Diff line number Diff line change 22 <main p =" 16" text =" gray-700 dark:gray-200" >
33 <RouterView />
44
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 >
66 [Default Layout]
77 </div >
88 </main >
Original file line number Diff line number Diff line change @@ -14,16 +14,14 @@ html.dark {
1414 color-scheme : dark ;
1515}
1616
17- html , body {
18- height : 100% ;
17+ body {
1918 overflow : hidden ;
2019}
2120
2221#app {
2322 height : 100vh ;
2423 position : relative ;
2524 overflow-x : hidden ;
26- overflow-y : auto ;
2725}
2826
2927::-webkit-scrollbar {
You can’t perform that action at this time.
0 commit comments