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
324324 </ div >
325325 </ div >
326326 < 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] " />
328328
329329 < . form
330330 for = { @ repo_form }
@@ -617,7 +617,7 @@ defmodule AlgoraWeb.CommunityLive do
617617 < div > algora.io/your/repo</ div >
618618 </ div >
619619 < 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] " />
621621
622622 < . form
623623 for = { @ repo_form }
@@ -1306,7 +1306,7 @@ defmodule AlgoraWeb.CommunityLive do
13061306
13071307 defp glow ( assigns ) do
13081308 ~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]" --%>
13101310 < div class = { @ class } >
13111311 < svg
13121312 xmlns = "http://www.w3.org/2000/svg "
You can’t perform that action at this time.
0 commit comments