Lock screen positioning
This commit is contained in:
@@ -1,14 +1,17 @@
|
|||||||
#lock-screen {
|
#lock-screen {
|
||||||
position: fixed;
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
width: 100vw;
|
||||||
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
width: 100vw;
|
|
||||||
height: 100vh;
|
|
||||||
background-color: rgba(white, 0.5);
|
background-color: rgba(white, 0.5);
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user