File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ defmodule AlgoraWeb.CommunityLive do
324
324
</ div >
325
325
</ div >
326
326
< div class = "z-30 relative mx-auto max-w-7xl px-6 lg:px-8 " >
327
- < . glow class = "absolute opacity-25 xl:opacity-75 top-[-320px] md:top-[-480px] xl:right-[120px] -z-[10] " />
327
+ < . glow class = "pointer-events-none absolute opacity-25 xl:opacity-75 top-[-320px] md:top-[-480px] xl:right-[120px] -z-[10] " />
328
328
329
329
< . form
330
330
for = { @ repo_form }
@@ -617,7 +617,7 @@ defmodule AlgoraWeb.CommunityLive do
617
617
< div > algora.io/your/repo</ div >
618
618
</ div >
619
619
< div class = "z-30 relative mx-auto max-w-7xl px-6 lg:px-8 " >
620
- < . glow class = "absolute opacity-25 xl:opacity-75 top-[-320px] md:top-[-480px] xl:right-[120px] -z-[10] " />
620
+ < . glow class = "pointer-events-none absolute opacity-25 xl:opacity-75 top-[-320px] md:top-[-480px] xl:right-[120px] -z-[10] " />
621
621
622
622
< . form
623
623
for = { @ repo_form }
@@ -1306,7 +1306,7 @@ defmodule AlgoraWeb.CommunityLive do
1306
1306
1307
1307
defp glow ( assigns ) do
1308
1308
~H"""
1309
- <%!-- "absolute top-[-320px] md:top-[-480px] xl:right-[120px] -z-[10]" --%>
1309
+ <%!-- "pointer-events-none absolute top-[-320px] md:top-[-480px] xl:right-[120px] -z-[10]" --%>
1310
1310
< div class = { @ class } >
1311
1311
< svg
1312
1312
xmlns = "http://www.w3.org/2000/svg "
You can’t perform that action at this time.
0 commit comments