fix(leaderboard): absolute -> fixed (#1855)

Changes /src/style.css, changing the properties of the id "leaderboardsWrapper" to fixed instead of absolute so the user doesn't scroll past it.
This commit is contained in:
Matt 2021-09-14 05:41:31 -07:00 committed by GitHub
parent 13a9925266
commit dd33210520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@ a:hover {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.75);
position: absolute;
position: fixed;
left: 0;
top: 0;
z-index: 1000;