Browse Source

Widen scrollbars

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
1d1d0f0504
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      macrovision.css

+ 0
- 2
macrovision.css View File

@@ -86,14 +86,12 @@ body.toggle-entity-name .entity-name {
overflow-y: scroll; overflow-y: scroll;
height: 100%; height: 100%;
scrollbar-color: #e1e1e1 #888; scrollbar-color: #e1e1e1 #888;
scrollbar-width: thin;
} }


#options-attribution { #options-attribution {
display: none; display: none;
} }
#options::-webkit-scrollbar { #options::-webkit-scrollbar {
width: 3px;
height: 2px; height: 2px;
} }
#options::-webkit-scrollbar-button { #options::-webkit-scrollbar-button {


Loading…
Cancel
Save