This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Fix horizontal scrollbar appearing on the options panel
tags/v0.1.0
Fen Dweller
6 years ago
parent
492a80dc67
commit
48d6f42e56
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save