Skip to content

Commit

Permalink
Set background to the navigation of Getting Started column (#6163)
Browse files Browse the repository at this point in the history
The background of the navigation matters because its scrollbar is
transparent.
  • Loading branch information
akihikodaki authored and Gargron committed Jan 3, 2018
1 parent 545095b commit 2471796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,11 @@
cursor: default;
}

.getting-started__wrapper,
.getting_started {
background: $ui-base-color;
}

.getting-started__wrapper {
position: relative;
overflow-y: auto;
Expand Down

0 comments on commit 2471796

Please sign in to comment.