fix: Adjust z-index values for improved stacking context in layout

This commit is contained in:
Matt Batchelder
2026-04-18 00:39:10 -04:00
parent e0240d5e7a
commit cbd95d2c65

View File

@@ -3093,6 +3093,7 @@ p:last-child { margin-bottom: 0; }
flex-direction: column;
align-items: center;
position: relative;
z-index: 2;
}
.ts-tv__body {
width: 400px;
@@ -3460,7 +3461,7 @@ p:last-child { margin-bottom: 0; }
display: flex;
align-items: center;
opacity: 0;
z-index: 2;
z-index: 1;
}
.ts-stick__body {
width: 84px;
@@ -3469,6 +3470,7 @@ p:last-child { margin-bottom: 0; }
border: 1px solid #ccc;
border-radius: 5px;
position: relative;
z-index: 3;
box-shadow:
0 2px 8px rgba(0,0,0,0.25),
inset 0 1px 0 rgba(255,255,255,0.6);
@@ -3508,6 +3510,7 @@ p:last-child { margin-bottom: 0; }
border-radius: 0 2px 2px 0;
margin-left: -1px;
position: relative;
z-index: 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.ts-stick__connector::before {