Add TBC
This commit is contained in:
@@ -22,11 +22,8 @@ html, body {
|
||||
#background {
|
||||
background-color: #000;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
transform: translateX(calc((100% - 100vw) / 2));
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@@ -167,6 +164,15 @@ html, body {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.fullScreen
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.foreground {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user