commit: 2471796d75d6d7b1eb801faba65d16ff7b825adc
parent: 545095b3ce312b42ba304d0bb2c76727826e27b4
Author: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Date: Wed, 3 Jan 2018 12:39:14 +0900
Set background to the navigation of Getting Started column (#6163)
The background of the navigation matters because its scrollbar is
transparent.
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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;