Browse Source

Add firefox scrollbar styling

tags/v1.1.0
Fen Dweller 6 years ago
parent
commit
ee34d8e3c0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      style.css

+ 2
- 0
style.css View File

@@ -806,6 +806,8 @@ body.dark .meterLabel {

.log {
--fade-animation: none;
scrollbar-color: #e1e1e1 #888;
scrollbar-width: thin;
}

.log > div {


Loading…
Cancel
Save