From c9380948e7aaee5c33b94683cde427cdca8c3e24 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 19 Dec 2016 14:23:07 -0500 Subject: [PATCH] fix wrapper styling --- app/assets/stylesheets/junto.css.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/junto.css.erb b/app/assets/stylesheets/junto.css.erb index 91b610fc..43c07dfd 100644 --- a/app/assets/stylesheets/junto.css.erb +++ b/app/assets/stylesheets/junto.css.erb @@ -90,13 +90,16 @@ left: 30px; top: 72px; } +#chat-box-wrapper { + height: 100%; + float: right; +} .chat-box { position: relative; display: flex; flex-direction: column; z-index: 1; width: 300px; - float: right; height: 100%; background: #424242; box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23);