Merge pull request #6567 from AugierLe42e/chat-height-fix
[Quickfix] Use BS variable to stick chat to header
This commit is contained in:
commit
f6a409924b
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 {
|
||||
#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