tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
give quote popup a z-index
awarm.space
4 months ago
529b5287
fe62398c
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
QuoteHandler.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx
···
124
124
return (
125
125
<div
126
126
id="quote-trigger"
127
127
-
className={`accent-container border border-border-light text-accent-contrast px-1 flex gap-1 text-sm justify-center text-center items-center`}
127
127
+
className={`z-20 accent-container border border-border-light text-accent-contrast px-1 flex gap-1 text-sm justify-center text-center items-center`}
128
128
style={{
129
129
position: "absolute",
130
130
top: position.top,