a tool for shared writing and social publishing

give quote popup a z-index

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/QuoteHandler.tsx
··· 124 124 return ( 125 125 <div 126 126 id="quote-trigger" 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 + 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,