Skip to content

Commit 70636fc

Browse files
authored
weird vertical grey line shows in right hand sidebar (#1373)
Co-authored-by: pourhakimi <[email protected]>
1 parent ca46eda commit 70636fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/templates/docpage/docpage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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%]"

0 commit comments

Comments
 (0)