Skip to content
This repository was archived by the owner on Jun 15, 2019. It is now read-only.

Commit b7e5ed3

Browse files
committedNov 29, 2016
Make modbar styles not cut off subs
When the sidebar is too short to have all the subs, the scrollable area was partially hidden under the sidebar footer. We had moved that up to make way for the modbar, but never adjusted the height of the scroll area to match. This commit does that.
1 parent 527a4ef commit b7e5ed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎extension/data/styles/modmailpro.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ html.tb-nightmode,
1515
background: #000000
1616
}
1717

18-
.mod-toolbox.tb-new-modmail .App__sidebarFooter {
18+
.mod-toolbox.tb-new-modmail .App__sidebarFooter,
19+
.mod-toolbox.tb-new-modmail .App__sidebarMenu {
1920
margin-bottom: 20px;
2021
}
2122

0 commit comments

Comments
 (0)