﻿ModelDisplay {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: -2;
    //right: 50%;
    //transform: translate(50%,-50%);

    ScenePanel {
        width: 100%;
        height: 100%;
    }
}
