CSR-341 Set z-index to fix overlap issue.

This commit is contained in:
bmauger 2022-02-22 09:57:31 -05:00
parent d653ab7290
commit 1e68d8c293

View file

@ -133,7 +133,7 @@ export default {
height: 0;
&:focus-visible + label {
box-shadow: 0 0 0 2px $blue;
z-index: 3;
z-index: 2;
}
&:focus + label {
box-shadow: 0 0 0 2px $blue;
@ -159,7 +159,7 @@ export default {
&:hover {
box-shadow: 0 0 0 4px $blue-300;
cursor: pointer;
z-index: 3 !important;
z-index: 4 !important;
}
+ p {
display: none;