Browse Source

Fixed the problem of fixed comments.

closed-social-v3
Junxi Song 3 years ago
parent
commit
3140a72fd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/closed-social/timeline_comments.scss

+ 1
- 1
app/javascript/styles/closed-social/timeline_comments.scss View File

@ -9,7 +9,7 @@
transform-origin: 100% 0%;
margin-bottom: -32px;
margin-right:8px;
position: absolute;
position: relative;
z-index:9;
&:hover {
max-height: 60vh;

Loading…
Cancel
Save