1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 07:18:48 +09:00

Set background to the navigation of Getting Started column (#6163)

The background of the navigation matters because its scrollbar is
transparent.
This commit is contained in:
Akihiko Odaki 2018-01-03 12:39:14 +09:00 committed by Eugen Rochko
parent 545095b3ce
commit 2471796d75

View File

@ -2072,6 +2072,11 @@
cursor: default;
}
.getting-started__wrapper,
.getting_started {
background: $ui-base-color;
}
.getting-started__wrapper {
position: relative;
overflow-y: auto;