mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
fixed support me not supporting scrolling
This commit is contained in:
parent
ac200a88d7
commit
03ba948cae
1 changed files with 2 additions and 0 deletions
|
@ -703,6 +703,8 @@ a:hover {
|
|||
#supportMe {
|
||||
width: 900px;
|
||||
// height: 400px;
|
||||
overflow-y: scroll;
|
||||
max-height: 100%;
|
||||
background: var(--bg-color);
|
||||
border-radius: var(--roundness);
|
||||
padding: 2rem;
|
||||
|
|
Loading…
Reference in a new issue