From d3fcb5d769b22cf7b8135d86d28c009e15a36cee Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 29 Jul 2023 09:45:33 +0300 Subject: [PATCH] Overflow visible for build gear --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index b77af1a3e..6fb804748 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -968,6 +968,7 @@ dialog::backdrop { .build__gear { border-radius: 50%; background-color: var(--bg-darker-very-transparent); + overflow: visible; } .build__ability {