From 665b81501d8b913fc3779a8a7f964ce4607aff6c Mon Sep 17 00:00:00 2001 From: shahinyan11 Date: Mon, 28 Oct 2024 17:07:30 +0400 Subject: [PATCH] Updates to fix square corners --- web/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/index.html b/web/index.html index cd6bd4d96e85..934a77134193 100644 --- a/web/index.html +++ b/web/index.html @@ -58,6 +58,9 @@ outline: 0; box-shadow: inset 0px 0px 0px 1px #5AB0FF; } + :focus-visible[data-inner-box-shadow-element]{ + overflow: hidden; + } :focus-visible[data-inner-box-shadow-element]::before { content: ''; position: absolute;