fix z-index bug

This commit is contained in:
Mathium05
2026-08-05 12:58:43 -05:00
parent 7e3bd18a8d
commit a7e6ec28c3
+2 -1
View File
@@ -3523,9 +3523,10 @@ img.bigembedimg {
border-radius: 8px;
overflow: hidden;
align-items: flex-start;
z-index: 3;
z-index: 4;
display: flex;
flex-direction: column;
.infosection {
background-color: color-mix(in srgb, var(--secondary-bg) 75%, transparent);
}