mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 23:43:44 +08:00
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:
parent
13a9925266
commit
dd33210520
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue