Playbar Disappears When Rotated
Hi,
I have CSS to rotate my course to make it always in Landscape mode. This is the CSS I have:
@media (orientation:portrait){
#main_container {
transform-origin: 30% 60%;
transform: rotate(90deg);
top: -153px !important;
}
}
However, when I am in a browser and it is rotated then the playbar buttons disappear. They appear to still be in the DOM but are not showing.
Does anyone know why or how to fix this issue? I am wanting to only display my lesson in landscape mode. If there is another solution that doesn't make the buttons disappear then that would work too!
I am in Captivate 2017.
Thank you.
