Merge pull request #360 from Bashamega/bashamega-patch

Fixes the scroll bar
This commit is contained in:
Nariman Jelveh 2024-04-29 22:20:33 -07:00 committed by GitHub
commit 4ea54823b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3410,7 +3410,7 @@ label {
flex: 1;
padding: 20px 30px;
height: 500px;
overflow-y: scroll;
overflow-y: auto;
}
.settings-content {