Skip to content

Commit

Permalink
Merge pull request #19 from Sc4p/fix-docked-chat-window-controls
Browse files Browse the repository at this point in the history
fix: window controls hidden when chat is docked to friendlist
  • Loading branch information
SpaceEnergy authored Oct 10, 2024
2 parents d381091 + 5b7575a commit 5f39f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion friends.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

.friendsListContainer,
.multiChatDialog {
overflow: unset !important;
height: calc(100% - 48px);
margin: 32px 16px 16px;
}
}

0 comments on commit 5f39f65

Please sign in to comment.