From fd468b873afb9eabf0d0ad5aecc667a9bbf056ba Mon Sep 17 00:00:00 2001 From: augier Date: Sat, 28 Nov 2015 19:56:43 +0100 Subject: [PATCH] Use BS variable to stick chat to header --- app/assets/stylesheets/chat.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 3be259038..8adb9dd52 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -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