From 2471796d75d6d7b1eb801faba65d16ff7b825adc Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Wed, 3 Jan 2018 12:39:14 +0900 Subject: [PATCH] Set background to the navigation of Getting Started column (#6163) The background of the navigation matters because its scrollbar is transparent. --- app/javascript/styles/mastodon/components.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index bc193a15a..dec489e9a 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2072,6 +2072,11 @@ cursor: default; } +.getting-started__wrapper, +.getting_started { + background: $ui-base-color; +} + .getting-started__wrapper { position: relative; overflow-y: auto;