0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-12-22 16:30:20 +00:00

fix the previous fix

This commit is contained in:
Nikita Krupin 2022-12-27 11:54:24 -05:00
parent f6a05c4591
commit c2cfa6087c

View file

@ -513,11 +513,13 @@ export default {
height: 100%;
max-height: 100%;
position: absolute;
pointer-events: none;
transform: translateY(100%);
transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.comments-open {
transform: translatey(0);
pointer-events: auto;
opacity: 1;
}
#watch-body {