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

The background of the navigation matters because its scrollbar is
transparent.
local
Akihiko Odaki 7 years ago committed by Eugen Rochko
parent 545095b3ce
commit 2471796d75
  1. 5
      app/javascript/styles/mastodon/components.scss

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

Loading…
Cancel
Save