From 750914882a1f91c791dc6df97e56b30488864587 Mon Sep 17 00:00:00 2001 From: devfake Date: Tue, 23 Jun 2015 14:13:10 +0200 Subject: [PATCH] minor styling --- site/client/app/modules/lobby/views/lobby.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }