diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 3fd396f..b6e83a1 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 4f7f4e3..c913e81 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2996,6 +2996,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); diff --git a/TangerineUI.css b/TangerineUI.css index fa5e2d4..9ad64bb 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2996,6 +2996,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);