Browse Source

Merge pull request #10957 from growilabs/fix/181070-edit-option-for-the-comment-is-not-displayed

fix: Edit option for the comment is not displayed.
Yuki Takei 4 days ago
parent
commit
82c4e93157
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;
       }
     }