mimbres commited on
Commit
54a87e4
1 Parent(s): 1d60242

Update html_helper.py

Browse files
Files changed (1) hide show
  1. html_helper.py +1 -0
html_helper.py CHANGED
@@ -52,6 +52,7 @@ def create_html_from_midi(midifile):
52
  margin: 4px;
53
  margin-top: 2;
54
  overflow: auto;
 
55
  transform: scaleY(0.8); /* Added scaleY */
56
  }}
57
 
 
52
  margin: 4px;
53
  margin-top: 2;
54
  overflow: auto;
55
+ transform-origin: top;
56
  transform: scaleY(0.8); /* Added scaleY */
57
  }}
58