overflow fix

This commit is contained in:
Palash 2022-06-29 22:01:22 +05:30 committed by GitHub
parent 9685659e4c
commit 9ee24fa506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ note2: Enjoy
*/
body {
overflow: hidden;
--bg_color: #101821;
--fg_color: #FFFFFF;
--fg_faded: #8899A6;
@ -227,4 +228,4 @@ body {
.profile-tabs .timeline-container {
width: 85% !important;
}
}