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
+1 -1
View File
@@ -3410,7 +3410,7 @@ label {
flex: 1;
padding: 20px 30px;
height: 500px;
overflow-y: scroll;
overflow-y: auto;
}
.settings-content {