File tree Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 node-version : 20
1818 - run : npm ci
19- - run : npm test
2019
2120 publish-npm :
2221 needs : build
Original file line number Diff line number Diff line change 196196 left : 50% ;
197197 transform : translateX (-50% );
198198}
199- .timeline-editor : hover .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
200- height : 4px ;
201- }
202- .timeline-editor-edit-area {
203- flex : 1 1 auto;
204- margin-top : 10px ;
205- overflow : hidden;
206- position : relative;
207- }
208- .timeline-editor-edit-area .ReactVirtualized__Grid {
209- outline : none !important ;
210- overflow : overlay !important ;
211- }
212- .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
213- width : 0 ;
214- height : 0 ;
215- }
216- .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-track {
217- background-color : transparent !important ;
218- }
219- .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-thumb {
220- background : # 313132 ;
221- border-radius : 16px ;
222- }
223199.timeline-editor-time-area {
224200 position : relative;
225201 height : 32px ;
255231 top : 0 ;
256232 transform : translate (50% , -100% );
257233}
234+ .timeline-editor : hover .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
235+ height : 4px ;
236+ }
237+ .timeline-editor-edit-area {
238+ flex : 1 1 auto;
239+ margin-top : 10px ;
240+ overflow : hidden;
241+ position : relative;
242+ }
243+ .timeline-editor-edit-area .ReactVirtualized__Grid {
244+ outline : none !important ;
245+ overflow : overlay !important ;
246+ }
247+ .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
248+ width : 0 ;
249+ height : 0 ;
250+ }
251+ .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-track {
252+ background-color : transparent !important ;
253+ }
254+ .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-thumb {
255+ background : # 313132 ;
256+ border-radius : 16px ;
257+ }
258258.timeline-editor-drag-line-container {
259259 position : absolute;
260260 height : 100% ;
You can’t perform that action at this time.
0 commit comments