init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/* 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user