Fixed scrolling in Explore column in MultiColumn

This commit is contained in:
Niléane 2023-12-01 16:33:18 +01:00
commit e71ba3ae75
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -2997,6 +2997,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.layout-multiple-columns .explore__links.scrollable {
background-color: var(--color-content-bg);
overflow-y: auto;
}
.app-body .explore__links .trends__item {
background-color: var(--color-content-bg);