File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/content/blog/fine-grained Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function Rich(props: ContentProps) {
74
74
/>
75
75
</ div >
76
76
< div
77
- className = "flex-1 min-w-0 relative flex flex-col gap-[calc(100vh-7rem)]"
77
+ className = "flex-1 min-w-0 flex flex-col gap-[calc(100vh-7rem)]"
78
78
style = { { paddingTop : 32 , paddingBottom : stickerHeight } }
79
79
>
80
80
{ blocks . map ( ( step , i ) => (
@@ -90,7 +90,7 @@ function StepMessage({ step, index }: { step: Step; index: number }) {
90
90
< Selectable
91
91
index = { index }
92
92
selectOn = { [ "scroll" ] }
93
- className = "data-[selected=true]:opacity-100 opacity-50 transition-opacity duration-300 border border-[var(--ch-23)] rounded bg-[var(--ch-22)] px-4 mx-12 prose-h3:mt-4"
93
+ className = "z-10 data-[selected=true]:opacity-100 opacity-50 transition-opacity duration-300 border border-[var(--ch-23)] rounded bg-[var(--ch-22)] px-4 mx-12 prose-h3:mt-4"
94
94
>
95
95
{ step . children }
96
96
{ step . after ?. children }
You can’t perform that action at this time.
0 commit comments