Merge pull request #2418 from Safelite/feature/CASH-500

CASH-500 lowering the z-index for this element ends persistent rendering
This commit is contained in:
Matt Caimi 2025-04-14 13:38:28 -04:00 committed by GitHub
commit 93e3eb4ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@ export default {
color: $white;
background: linear-gradient(84.45deg, #125b7e 0%, #3b8fb8 100%);
border-radius: 0.5rem;
z-index: 5;
z-index: 2;
}
&:checked:focus + .list-button-horizontal-content {