/* DO NOT DELETE THIS */ /* First Template Container is empty parent for all UI containers, all children containers are for each independent UI element, that's why all of those children need to cover whole screen or else UI elements will position bad */ #PanelSettings > TemplateContainer > TemplateContainer { position: absolute; width: 100%; height: 100%; }