Commit acb91951e664b0504bb72c4082c125e40860f7a6

Authored by Rodrigo Souto
1 parent 8325efdc

chat: make perfect_scrollbar not overflow buddies names

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/chat.css
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 #buddy-list:hover .buddies { 58 #buddy-list:hover .buddies {
59 top: 57px; 59 top: 57px;
60 left: 15px; 60 left: 15px;
61 - right: 15px; 61 + right: 0;
62 transition: all 0.3s ease-in; 62 transition: all 0.3s ease-in;
63 } 63 }
64 64