File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,32 @@ body {
8181 white; z-index : 10 ;
8282}
8383# controls-box {
84- overflow : auto;
84+ overflow-y : auto;
8585 flex : 0 0 auto;
86- max-height : 50svh ;
86+ max-height : 60svh ;
87+ -webkit-overflow-scrolling : touch;
88+ scrollbar-width : auto;
89+ -ms-overflow-style : scrollbar;
90+ }
91+
92+ # controls-box ::-webkit-scrollbar {
93+ -webkit-appearance : none;
94+ width : 12px ;
95+ }
96+
97+ # controls-box ::-webkit-scrollbar-track {
98+ background : # f1f1f1 ;
99+ border-radius : 8px ;
100+ }
101+
102+ # controls-box ::-webkit-scrollbar-thumb {
103+ background : # 888 ;
104+ border-radius : 8px ;
105+ border : 2px solid # f1f1f1 ;
106+ }
107+
108+ # controls-box ::-webkit-scrollbar-thumb : hover {
109+ background : # 555 ;
87110}
88111.controls-container {
89112 display : flex;
You can’t perform that action at this time.
0 commit comments