From fe8f8e6851e904565e526d7cd8cf246368260eb2 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 11 Feb 2022 01:46:06 +0100 Subject: [PATCH] added popup wrapper to leaderboard --- frontend/src/sass/leaderboards.scss | 12 ------------ frontend/static/index.html | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/src/sass/leaderboards.scss b/frontend/src/sass/leaderboards.scss index c86c37e21..c588eac3e 100644 --- a/frontend/src/sass/leaderboards.scss +++ b/frontend/src/sass/leaderboards.scss @@ -1,16 +1,4 @@ #leaderboardsWrapper { - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.75); - position: fixed; - left: 0; - top: 0; - z-index: 1000; - display: grid; - justify-content: center; - align-items: center; - padding: 5rem 0; - #leaderboards { width: 85vw; // height: calc(95vh - 5rem); diff --git a/frontend/static/index.html b/frontend/static/index.html index cf7408099..d82eaa06a 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -616,7 +616,7 @@
-