add z-index for main
Hee Sung Son committed
Jan 19, 2026 at 17:14 UTC
7e7ad28558bb49a115851ab7ca0fe382e5fbdfd4
1 file changed
+1
-1
cmd/relay-server/frontend/src/components/ServerListView.tsx
+1
-1
@@ -233,7 +233,7 @@ export function ServerListView({
233
</div>
234
)}
235
</div>
236
- <main className="flex-1">
236
+ <main className="flex-1 z-0">
237
<div className="grid grid-cols-1 min-[500px]:grid-cols-2 md:grid-cols-3 gap-6 p-4 min-[500px]:p-6">
238
{filteredServers.length > 0 ? (
239
filteredServers.map((server) => (