Skip to content

Commit

Permalink
! Fix comment sort select component style
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Mar 4, 2023
1 parent 6014fd6 commit 3c5c4b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

.commentSort {
float: right;
/* No z-index = cannot click on some part of it */
z-index: 1;
}

.comment {
Expand Down

0 comments on commit 3c5c4b8

Please sign in to comment.