fixed support me not supporting scrolling

This commit is contained in:
Jack 2020-12-23 16:55:37 +00:00
parent ac200a88d7
commit 03ba948cae

View file

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