diff --git a/site/client/app/modules/lobby/views/lobby.html b/site/client/app/modules/lobby/views/lobby.html index e111111..5017619 100644 --- a/site/client/app/modules/lobby/views/lobby.html +++ b/site/client/app/modules/lobby/views/lobby.html @@ -111,7 +111,9 @@ background-size: 800% 800%; position: absolute; z-index: 20; - width: calc(100% - 5px); + top: 10px; + left: 10px; + width: calc(100% - 10px); height: calc(100% - 5px); border-radius: 12px; opacity: 0; @@ -150,7 +152,7 @@ } .card-wrap:hover { - z-index: 10; + z-index: 100; }