diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb index 93f6d9c9..09b5eba8 100644 --- a/app/assets/stylesheets/clean.css.erb +++ b/app/assets/stylesheets/clean.css.erb @@ -25,7 +25,7 @@ } #famousOverlay { - position:fixed; + position:absolute; top: 0; width: 100%; height: 100%; diff --git a/app/assets/stylesheets/junto.css.erb b/app/assets/stylesheets/junto.css.erb index e0660cad..1b8eac25 100644 --- a/app/assets/stylesheets/junto.css.erb +++ b/app/assets/stylesheets/junto.css.erb @@ -255,10 +255,11 @@ } .chat-box .chat-input { min-height: 80px; - width: 100%; - padding: 8px 8px 8px 8px; + width: 94%; + padding: 8px 3% 8px 3%; font-size: 13px; outline: none; + resize: none; } .chat-box .chat-messages { width: 100%;