fix(mobile/tab_switcher): clipped borders

This commit is contained in:
Elian Doran 2026-01-31 17:25:33 +02:00
parent a02bbdc550
commit 325b8b886c
No known key found for this signature in database

View File

@ -13,6 +13,7 @@
background: var(--card-background-color);
border-radius: 1em;
min-width: 0;
overflow: hidden;
&.active {
outline: 4px solid var(--more-accented-background-color);