Merge pull request #6567 from AugierLe42e/chat-height-fix

[Quickfix] Use BS variable to stick chat to header
This commit is contained in:
Steffen van Bergerem 2015-12-20 15:54:24 +01:00
commit f6a409924b

View file

@ -5,3 +5,10 @@ body > .container-fluid.chat-roster-shown {
body > .container-fluid.chat-roster-hidden { body > .container-fluid.chat-roster-hidden {
#back-to-top { right: 54px; } #back-to-top { right: 54px; }
} }
// This element is instanciated by JSXC. Does not have to follow naming conventions
// scss-lint:disable IdSelector, SelectorFormat
#jsxc_roster {
top: $navbar-height;
}
// scss-lint:enable IdSelector, SelectorFormat