m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/templates/song.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/song.html.erb')
-rw-r--r--templates/song.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/song.html.erb b/templates/song.html.erb
index 2c4164f..71a77bc 100644
--- a/templates/song.html.erb
+++ b/templates/song.html.erb
@@ -10,7 +10,9 @@
<%- end -%>
<%- if File.file?(src (song_ly song.id)) -%>
-<img src='<%= path_to (song_svg song.id) %>' />
+<div style='overflow: scroll;'>
+ <img src='<%= path_to (song_svg song.id) %>' />
+</div>
<%- end -%>
<%- if !song.recordings.empty? -%>