Browse Source

Fix emoji picker scrollbar style (#4572)

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
d9a1fb134a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/javascript/styles/components.scss

+ 5
- 0
app/javascript/styles/components.scss View File

@ -394,6 +394,11 @@
bottom: -1px;
right: 8px;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
}

Loading…
Cancel
Save