diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/song.html.erb | 2 |
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 -%> |