ui/website.razor.scss
Website
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: all;

	iframe
	{
        position: absolute;
       	top: 0;
       	left: 0;
       	right: 0;
       	bottom: 0;
        flex-direction: column;
	}

	.FullIFrame
	{
        position: absolute;
       	top: 0;
       	left: 0;
       	right: 0;
       	bottom: 0;
        flex-direction: column;
	}
}