commit/galaxy-central: kanwei: tool_form should overflow correctly
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/e34b1108f7f8/ changeset: e34b1108f7f8 user: kanwei date: 2011-07-25 08:02:07 summary: tool_form should overflow correctly affected #: 1 file (151 bytes) --- a/templates/tool_form.mako Sat Jul 23 21:05:55 2011 -0400 +++ b/templates/tool_form.mako Mon Jul 25 02:02:07 2011 -0400 @@ -3,6 +3,13 @@ <%def name="stylesheets()"> ${h.css( "autocomplete_tagging", "panel_layout", "base", "library" )} + <style type="text/css"> + body, html { + overflow: auto; + width: auto; + height: auto; + } + </style></%def><%def name="javascripts()"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket