Use BS variable to stick chat to header

This commit is contained in:
augier 2015-11-28 19:56:43 +01:00
parent 75e3085ca9
commit fd468b873a

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