Fix creation page not displayed in pad and slide

This commit is contained in:
yflory
2017-12-11 17:17:06 +01:00
parent 4e46d0daa5
commit c269929319
7 changed files with 28 additions and 30 deletions

View File

@@ -6,12 +6,9 @@
z-index: 100000001 !important;
}
#cp-creation-container {
//position: fixed;
position: absolute;
z-index: 100000000; // #loading * 10
//top: 0px;
//bottom: 0px;
//left: 0px;
//right: 0px;
top: 0px;
background: @colortheme_loading-bg;
color: @colortheme_loading-color;
display: flex;