File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ onMounted(() => {
5454<style scoped>
5555.app-wrapper {
5656 width : 100% ;
57- /* height: 100%; */
5857 position : absolute ;
5958 top : 46px ;
6059 left : 0 ;
61- overflow-y : auto ;
6260}
6361 </style >
Original file line number Diff line number Diff line change 1- #app {
2- height : 100 vh ;
3- position : relative ;
4- overflow-x : hidden ;
1+ * ,
2+ * ::before ,
3+ * ::after {
4+ box-sizing : border-box ;
55}
66
77html {
@@ -14,10 +14,16 @@ html.dark {
1414 color-scheme : dark ;
1515}
1616
17- * ,
18- * ::before ,
19- * ::after {
20- box-sizing : border-box ;
17+ html , body {
18+ height : 100% ;
19+ overflow : hidden ;
20+ }
21+
22+ #app {
23+ height : 100vh ;
24+ position : relative ;
25+ overflow-x : hidden ;
26+ overflow-y : auto ;
2127}
2228
2329::-webkit-scrollbar {
You can’t perform that action at this time.
0 commit comments