@@ -29,19 +29,19 @@
#overlay {
position: fixed;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 100%;
- width: 100%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ height: 100%;
+ width: 100%;
top: 0;
- z-index: 999;
+ z-index: 999;
}
#overlay > div {
- height: 128px;
- width: 128px;
+ height: 128px;
+ width: 128px;
border: 1px solid white;
</style>