Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/features/sticky-conversation-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.rgh-sticky-sidebar {
position: sticky;
top: 60px !important; /* Matches sticky header's height */
top: 76px !important; /* Sticky header's height + sidebar item's margin */
z-index: 1; /* Needed so the backdrop of notification modal is over the other elements in the conversation */
}

Expand Down