ok
This commit is contained in:
@@ -47,10 +47,11 @@
|
||||
|
||||
/* Fullscreen styles */
|
||||
.fullscreen {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 300;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user