Browse Source

fix: correct global selector for comment control visibility on hover

Shun Miyazawa 4 days ago
parent
commit
dd25f35d1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/client/components/PageComment/Comment.module.scss

+ 1 - 1
apps/app/src/client/components/PageComment/Comment.module.scss

@@ -33,7 +33,7 @@
         visibility: hidden;
       }
 
-      &:hover > .page-comment-control {
+      &:hover > :global(.page-comment-control) {
         visibility: visible;
       }
     }