Skip to content

Commit

Permalink
Merge pull request #1491 from Yidadaa/bugfix-0514
Browse files Browse the repository at this point in the history
fix: #1423 should not scroll right when dragging side bar items
  • Loading branch information
Yidadaa authored May 14, 2023
2 parents 75488e4 + 6da3aab commit cada0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,15 @@
.chat-item-delete {
position: absolute;
top: 10px;
right: -20px;
right: 0;
transition: all ease 0.3s;
opacity: 0;
cursor: pointer;
}

.chat-item:hover > .chat-item-delete {
opacity: 0.5;
right: 10px;
transform: translateX(-10px);
}

.chat-item:hover > .chat-item-delete:hover {
Expand Down

0 comments on commit cada0aa

Please sign in to comment.