File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 99 flex-direction : column;
1010 background : var (--color-perspective-landing-bg );
1111 color : var (--color-perspective-landing-text );
12- overflow : auto;
13- scrollbar-width : auto;
14- scrollbar-color : var (--u-color_scrollbar ) var (--u-color_scrollbar-track );
1512}
1613
1714# perspective-landing-content {
1815 padding-left : 1.5rem ;
19- scrollbar-width : auto;
20- scrollbar-color : var (--u-color_scrollbar ) var (--u-color_scrollbar-track );
21- }
22-
23- # perspective-landing ::-webkit-scrollbar ,
24- # perspective-landing-content ::-webkit-scrollbar {
25- width : 0.5rem ;
26- height : 0.5rem ;
27- }
28-
29- # perspective-landing ::-webkit-scrollbar-track ,
30- # perspective-landing-content ::-webkit-scrollbar-track {
31- background : var (--u-color_scrollbar-track );
32- }
33-
34- # perspective-landing ::-webkit-scrollbar-thumb ,
35- # perspective-landing-content ::-webkit-scrollbar-thumb {
36- background-color : var (--u-color_scrollbar );
37- border-radius : var (--border-radius-base );
3816}
3917
4018# perspective-landing-content h2 {
You can’t perform that action at this time.
0 commit comments