Increase Z index of video so it can be clicked

This commit is contained in:
bingus_violet 2024-06-25 19:06:23 -05:00
parent a72ce104f5
commit 2937ab2abb

View file

@ -299,6 +299,7 @@ video {
border: 2px rgb(125, 100, 155) solid; border: 2px rgb(125, 100, 155) solid;
border-radius: 15px; border-radius: 15px;
transition: all 5s cubic-bezier(0.39, 0.575, 0.565, 1); transition: all 5s cubic-bezier(0.39, 0.575, 0.565, 1);
z-index: 5;
} }
video:active { video:active {