fix(Dribbblish): unwanted scrollbar popup

This commit is contained in:
Souyama 2024-05-07 10:48:51 +05:30 committed by GitHub
parent 45a1fae6ef
commit e9fd0ac138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -745,3 +745,8 @@ img.playlist-picture[src$=".svg"] {
.main-buddyFeed-content {
height: fit-content;
}
/* bottom scroll-bar popup fix */
.Root__main-view-overlay {
display: none;
}