Skip to content

Commit

Permalink
Set background to the navigation of Getting Started column (mastodon#…
Browse files Browse the repository at this point in the history
…6163)

The background of the navigation matters because its scrollbar is
transparent.
  • Loading branch information
akihikodaki authored and Gargron committed Jan 3, 2018
1 parent 3a63f16 commit 0c98e8e
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 0c98e8e

Please sign in to comment.