File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -617,6 +617,8 @@ footer {
617617 z-index : 1000 ;
618618 min-width : 250px ;
619619 max-width : 400px ;
620+ max-height : 300px ;
621+ overflow-y : auto;
620622}
621623
622624.callee-menu-header {
@@ -654,6 +656,26 @@ footer {
654656 color : var (--color-text-muted );
655657}
656658
659+ /* Callee menu scrollbar styling */
660+ .callee-menu ::-webkit-scrollbar {
661+ width : 8px ;
662+ }
663+
664+ .callee-menu ::-webkit-scrollbar-track {
665+ background : var (--color-bg-secondary );
666+ border-radius : var (--radius-sm );
667+ }
668+
669+ .callee-menu ::-webkit-scrollbar-thumb {
670+ background : var (--code-border );
671+ border-radius : var (--radius-sm );
672+ transition : background var (--transition-base );
673+ }
674+
675+ .callee-menu ::-webkit-scrollbar-thumb : hover {
676+ background : var (--color-text-muted );
677+ }
678+
657679/* ========================================
658680 SCROLL MINIMAP MARKER
659681 ======================================== */
You can’t perform that action at this time.
0 commit comments