apply scrollbar tricks to moz browser; make scroll colors on emoji picker easier to see; make emoji hover color easier to see

This commit is contained in:
Ginger Wong
2020-10-03 13:42:48 -07:00
parent e042c85f88
commit ab1eb69fd1
3 changed files with 12 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ May have overrides for other components with own stylesheets.
html {
font-size: 14px;
scrollbar-width: none;
}
a:hover {
@@ -24,6 +25,9 @@ a:hover {
width: 0px;
background: transparent;
}
.scrollbar-hidden {
scrollbar-width: none; /* moz only */
}
#app-container * {