Commit 966b4d5 1 parent ad3a1af commit 966b4d5 Copy full SHA for 966b4d5
File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ const app = () => {
37
37
}
38
38
} )
39
39
return (
40
- < >
40
+ < div class = "App overflow-y-auto" >
41
41
< ColorModeScript />
42
42
< HopeProvider >
43
43
< Suspense >
44
44
< AppRoutes />
45
45
</ Suspense >
46
46
</ HopeProvider >
47
- </ >
47
+ </ div >
48
48
)
49
49
}
50
50
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const Main = () => {
24
24
< CustomPopover icon = { icons . list } disablePopover = { true } />
25
25
</ div >
26
26
</ div >
27
- < div class = "py-[40px] flex flex-wrap" >
27
+ < div class = "py-[40px] flex flex-wrap overflow-auto " >
28
28
< For each = { cameras ( ) } > { ( camera ) => < Camera { ...camera } /> } </ For >
29
29
</ div >
30
30
</ div >
Original file line number Diff line number Diff line change @@ -52,15 +52,13 @@ body {
52
52
font-family : 'Ubuntu' , sans-serif;
53
53
cursor : default;
54
54
background-color : transparent !important ;
55
- /* color: #0b0c10; */
56
55
width : 100% ;
57
56
height : 100% ;
58
57
text-align : center;
59
58
font-size : 14px ;
60
59
}
61
60
62
61
.App {
63
- color : # 0b0c10 ;
64
62
text-align : center;
65
63
height : 100vh ;
66
64
display : flex;
You can’t perform that action at this time.
0 commit comments