Fix SettingsWrapper padding on macOS

This commit is contained in:
Samuel Elliott 2018-08-22 13:32:10 +01:00
parent 5676435473
commit 6ee647b249
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
> .bd-scroller {
overflow-y: scroll;
.platform-darwin { // sass-lint:disable-line class-name-format
.bd-settings & {
.bd-settings & {
.platform-darwin & { // sass-lint:disable-line class-name-format
padding-top: 22px;
}
}