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

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;
}
}