diff --git a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml index c1b9b962..8998a477 100644 --- a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml @@ -52,7 +52,7 @@ string style = ""; if (Model.User?.UserId == comment.PosterUserId) { - style = "visibility: hidden"; + style = "pointer-events: none"; } }