Edirom / Edirom-Online

Edirom Online is a tool for presenting historical-critical music editions in digital form.
GNU General Public License v3.0
19 stars 18 forks source link

Fix verovio view #342

Closed riedde closed 5 months ago

riedde commented 8 months ago

The bug resolved with #210 returned. I tried to fix it but the problem was that the defined css-class was not accessible in the iframe. I resolved this with hard coding the height in the parent div. It's not the best way, but since the value has always to be 100% i guess that this doesn't make to many problems.

Better solutions are welcome!