fixed issue with scrollbar background color on homepage

This commit is contained in:
Joe 2024-10-22 16:20:45 +01:00
parent 7d43c458ed
commit d1801f5c94
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
overflow-y: scroll !important; overflow-y: auto;
flex: 1 1 auto; flex: 1 1 auto;
overflow-x: hidden; overflow-x: hidden;
} }