File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Lib/profiling/sampling/_shared_assets Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -410,6 +410,27 @@ a.toolbar-btn:focus-visible {
410410 outline-offset : 2px ;
411411}
412412
413+ /* --------------------------------------------------------------------------
414+ Scrollbar
415+ -------------------------------------------------------------------------- */
416+ * {
417+ scrollbar-color : var (--border ) var (--bg-secondary );
418+ }
419+
420+ ::-webkit-scrollbar {
421+ width : 8px ;
422+ height : 8px ;
423+ }
424+
425+ ::-webkit-scrollbar-thumb {
426+ background : var (--border );
427+ border-radius : 4px ;
428+ }
429+
430+ ::-webkit-scrollbar-thumb : hover {
431+ background : var (--text-muted );
432+ }
433+
413434/* --------------------------------------------------------------------------
414435 Shared Responsive
415436 -------------------------------------------------------------------------- */
Original file line number Diff line number Diff line change 1+ Add scrollbar support to Tachyon HTML dark mode
You can’t perform that action at this time.
0 commit comments