Use BS variable to stick chat to header
This commit is contained in:
parent
75e3085ca9
commit
fd468b873a
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue