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);