Video object on iPad doesn't listen to z-index. fix #2093
This commit is contained in:
@@ -641,6 +641,12 @@
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
@media only screen and (device-width: 768px) {
|
||||
.trailer_container iframe {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.trailer_container.hide {
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user