Skip to content

Commit

Permalink
Set background to the navigation of Getting Started column
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 committed Jan 3, 2018
1 parent d319b3d commit b3ef6a2
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 b3ef6a2

Please sign in to comment.