File tree Expand file tree Collapse file tree
components/editor/common/Scrollable Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " gemini-coder" ,
33 "displayName" : " Code Web Chat" ,
44 "description" : " Connect VS Code with free chatbots (CWC)" ,
5- "version" : " 1.955 .0" ,
5+ "version" : " 1.956 .0" ,
66 "scripts" : {
77 "build" : " npx vsce package --no-dependencies" ,
88 "vscode:prepublish" : " rimraf out && npm run compile" ,
Original file line number Diff line number Diff line change 2525 box-shadow : var (--vscode-scrollbar-shadow ) 0 -6px 6px -6px inset ;
2626 bottom : 0 ;
2727 }
28-
29- :global {
30- .simplebar- content {
31- height : 100% ;
32- }
33-
34- .simplebar-scrollable-y {
35- width : 100% ;
36- }
37-
38- .simplebar-scrollbar ::before {
39- background-color : var (--vscode-scrollbarSlider-background );
40- width : 10px !important ;
41- border-radius : 0 !important ;
42- top : 0 !important ;
43- right : 0 !important ;
44- bottom : 0 !important ;
45- left : 0 !important ;
46- }
47-
48- [data-simplebar ]:hover .simplebar-scrollbar ::before {
49- opacity : 1 !important ;
50- }
51-
52- .simplebar-track.simplebar-vertical {
53- width : 10px ;
54- }
55- }
5628}
Original file line number Diff line number Diff line change @@ -58,3 +58,29 @@ button:focus {
5858strong {
5959 font-weight : 600 ;
6060}
61+
62+ .simplebar-content {
63+ height : 100% ;
64+ }
65+
66+ .simplebar-scrollable-y {
67+ width : 100% ;
68+ }
69+
70+ .simplebar-scrollbar ::before {
71+ background-color : var (--vscode-scrollbarSlider-background );
72+ width : 10px !important ;
73+ border-radius : 0 !important ;
74+ top : 0 !important ;
75+ right : 0 !important ;
76+ bottom : 0 !important ;
77+ left : 0 !important ;
78+ }
79+
80+ [data-simplebar ]:hover .simplebar-scrollbar ::before {
81+ opacity : 1 !important ;
82+ }
83+
84+ .simplebar-track.simplebar-vertical {
85+ width : 10px ;
86+ }
You can’t perform that action at this time.
0 commit comments