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.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/song.html.erb b/templates/song.html.erb
index 71a77bc..5c8ef81 100644
--- a/templates/song.html.erb
+++ b/templates/song.html.erb
@@ -10,7 +10,7 @@
<%- end -%>
<%- if File.file?(src (song_ly song.id)) -%>
-<div style='overflow: scroll;'>
+<div style='overflow: auto;'>
<img src='<%= path_to (song_svg song.id) %>' />
</div>
<%- end -%>