edit: bug fix z-index + video pannel + minor other bugs

This commit is contained in:
2026-04-21 01:56:41 +02:00
parent 72a96a7d6c
commit 5507942029
6 changed files with 12 additions and 8 deletions
+6
View File
@@ -136,6 +136,7 @@ html, body{
height: 100%;
filter: invert(1) saturate(333%) brightness(93%) hue-rotate(90deg);
object-fit: cover;
transition: 7.77s ease-in;
}
#canvas .overlay {
@@ -300,11 +301,16 @@ html, body{
}
.zFocus{
z-index: revert;
z-index: 1312;
border-color: var(--accent-color);
border-width: thick;
}
#artistPannel.zFocus{
z-index: 3333;
}
.windowTitle{
width:100%;
height:50px;