Fixed scrolling on overflow

This commit is contained in:
ForeverPyrite
2025-01-07 16:57:44 -05:00
parent 5a09efd5b0
commit b33a2a3bd7
3 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ body {
overflow: hidden;
}
.response-section {
#response-section {
flex: 1;
padding: 20px;
background-color: #1E1E1E;