diff --git a/src/sass/style.scss b/src/sass/style.scss index fdf0ba27f..d75fe611d 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -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;