diff --git a/web/src/app/styles/_layout.scss b/web/src/app/styles/_layout.scss index 3f16e1d3..1a8183c1 100644 --- a/web/src/app/styles/_layout.scss +++ b/web/src/app/styles/_layout.scss @@ -56,6 +56,10 @@ $content-padding-value:36px 0 18px 0; .wonk-chat-top { overflow-y: auto; padding-top: 16px; + &:focus { + outline: none; + } + & .chat-top-home { margin-top:20%; margin-bottom:10%;