sense-media-box
Version:
Include web pages, videos, images and much more into your Qlik Sense app.
30 lines (23 loc) • 375 B
text/less
.qs-mb-website {
height: 100%;
width: ~"calc(100% - 0px)";
position: absolute;
.iframePlaceHolder {
position: absolute;
height: 100%;
width: 100%;
> iframe {
width: 100%;
height: 100%;
}
}
.mb_website_nointeraction_overlay {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 100;
cursor: not-allowed;
}
}