tao-test/app/taoQtiItem/views/scss/qti/_media.scss

18 lines
278 B
SCSS
Raw Normal View History

2022-08-29 20:14:13 +02:00
@import "inc/bootstrap";
.qti-mediaInteraction {
.mejs-container iframe{
min-height : inherit;
}
.overlay {
background: #000;
z-index: 999;
position: relative;
opacity: 0;
width: 100%;
height: 100%;
}
}