From: Akihiko Odaki Date: Wed, 3 Jan 2018 03:39:14 +0000 (+0900) Subject: Set background to the navigation of Getting Started column (#6163) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2471796d75d6d7b1eb801faba65d16ff7b825adc;p=mastodon.git Set background to the navigation of Getting Started column (#6163) The background of the navigation matters because its scrollbar is transparent. --- 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;