File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ def wrapper(*args, **kwargs) -> rx.Component:
683683 rx .link (
684684 text ,
685685 underline = "none" ,
686- class_name = "pl-6 font-small text-slate-9 hover:!text-slate-11 transition-color" ,
686+ class_name = "pl-6 font-small text-slate-9 hover:!text-slate-11 transition-color" ,
687687 href = path
688688 + "#"
689689 + text .lower ().replace (
@@ -697,7 +697,7 @@ def wrapper(*args, **kwargs) -> rx.Component:
697697 ],
698698 class_name = "flex flex-col gap-4 list-none" ,
699699 ),
700- class_name = "fixed flex flex-col justify-start gap-4 p-[0.875rem_0.5rem_0px_0.5rem] max-h-[80vh] overflow-y-scroll " ,
700+ class_name = "fixed flex flex-col justify-start gap-4 p-[0.875rem_0.5rem_0px_0.5rem] max-h-[80vh] overflow-y-auto " ,
701701 style = {"width" : "inherit" },
702702 ),
703703 class_name = "shrink-0 w-[16%]"
You can’t perform that action at this time.
0 commit comments