Update html_helper.py
Browse files- html_helper.py +1 -1
html_helper.py
CHANGED
@@ -49,7 +49,7 @@ def create_html_from_midi(midifile):
|
|
49 |
border: 1px solid #A0A0A0;
|
50 |
margin: 4px;
|
51 |
margin-top: 2;
|
52 |
-
overflow:
|
53 |
}}
|
54 |
|
55 |
#proll midi-visualizer svg rect.note {{
|
|
|
49 |
border: 1px solid #A0A0A0;
|
50 |
margin: 4px;
|
51 |
margin-top: 2;
|
52 |
+
overflow: auto;
|
53 |
}}
|
54 |
|
55 |
#proll midi-visualizer svg rect.note {{
|