From 05db2617ba0a8554f7cd372379c58084d44eabf5 Mon Sep 17 00:00:00 2001 From: aristachauhan Date: Mon, 2 Mar 2026 17:54:17 +0000 Subject: [PATCH] removed blue outline on autoscroll completion --- web/src/app/styles/_layout.scss | 4 ++++ 1 file changed, 4 insertions(+) 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%;