Commit de4ccfc 1 parent 953d132 commit de4ccfc Copy full SHA for de4ccfc
File tree 3 files changed +13
-9
lines changed
3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ const AppRoutes = () => {
23
23
name = { connectedUserName ( ) ? `Welcome ${ connectedUserName ( ) } ` : 'Welcome!' }
24
24
/>
25
25
</ div >
26
- < Path />
26
+ < div class = "pt-[70px]" >
27
+ < Path />
28
+ </ div >
27
29
</ main >
28
30
)
29
31
}
Original file line number Diff line number Diff line change 15
15
flex-direction : row;
16
16
justify-content : space-around;
17
17
position : fixed;
18
- top : calc (titlebar - 35 px );
18
+ top : calc (titlebar - 30 px );
19
19
left : 0 ;
20
20
right : 0 ;
21
21
z-index : 1 ;
Original file line number Diff line number Diff line change 1
1
/* width */
2
2
::-webkit-scrollbar {
3
- width : 6px ;
3
+ width : 6px ;
4
4
}
5
5
6
6
/* Track */
7
7
::-webkit-scrollbar-track {
8
- box-shadow : inset 0 0 5px grey;
9
- border-radius : 10px ;
8
+ box-shadow : inset 0 0 5px grey;
9
+ border-radius : 10px ;
10
+ margin-top : 99px ;
11
+ margin-bottom : 45px ;
10
12
}
11
13
12
14
/* Handle */
13
15
::-webkit-scrollbar-thumb {
14
- background : # 6d7faeb4 ;
15
- border-radius : 10px ;
16
+ background : # 6d7faeb4 ;
17
+ border-radius : 10px ;
16
18
}
17
19
18
20
/* Handle on hover */
19
21
::-webkit-scrollbar-thumb : hover {
20
- background : # 6d7fae ;
21
- }
22
+ background : # 6d7fae ;
23
+ }
You can’t perform that action at this time.
0 commit comments