Browse Source

Fix horizontal scrollbar appearing on the options panel

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

+ 1
- 0
macrovision.css View File

@@ -79,6 +79,7 @@ body.toggle-entity-name .entity-name {
justify-content: start; justify-content: start;
flex-direction: column; flex-direction: column;
background: #444; background: #444;
overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
height: 100%; height: 100%;
scrollbar-color: #e1e1e1 #888; scrollbar-color: #e1e1e1 #888;


Loading…
Cancel
Save