Skip to content
Snippets Groups Projects
Commit d9a1fb13 authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Fix emoji picker scrollbar style (#4572)

parent fdea1732
No related branches found
No related tags found
No related merge requests found
......@@ -394,6 +394,11 @@
bottom: -1px;
right: 8px;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment