added popup wrapper to leaderboard

This commit is contained in:
Miodec 2022-02-11 01:46:06 +01:00
parent 1f82d9dff1
commit fe8f8e6851
2 changed files with 1 additions and 13 deletions

View file

@ -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);

View file

@ -616,7 +616,7 @@
<div class="button"><i class="fas fa-plus"></i></div>
</div>
</div>
<div id="leaderboardsWrapper" class="hidden">
<div id="leaderboardsWrapper" class="popupWrapper hidden">
<div id="leaderboards">
<div class="leaderboardsTop">
<div class="mainTitle">Leaderboards</div>