a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove bg-test class in iOS CommentBox

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/Interactions/Comments/CommentBox.tsx
··· 158 158 if (initialRender || !isIOS()) return null; 159 159 return ( 160 160 <div 161 - className="h-full w-full absolute top-0 cursor-text group-focus-within:hidden bg-test" 161 + className="h-full w-full absolute top-0 cursor-text group-focus-within:hidden" 162 162 onPointerUp={(e) => { 163 163 if (!props.view.current) return; 164 164 e.preventDefault();