Fixed missing position attribute of youtube video container

This commit is contained in:
WolverinDEV 2020-12-22 15:37:25 +01:00
parent 87de8d830b
commit 6efc4ad075

View file

@ -12,6 +12,8 @@
overflow: hidden;
user-select: none;
position: relative;
img {
max-width: 100%;
}