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:
@@ -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 * {
|
||||
|
||||
Reference in New Issue
Block a user