show a scrollbar instead of overlaying

* when adding a large image to a ticket you get
a horizontal scrollbar
pull/41/head
Romano Licker 12 years ago
parent 648053d446
commit b06479fcbe
  1. 2
      public/stylesheets/application.css

@ -2909,7 +2909,7 @@ ul.action_menu_more {
display:none;
}
div#history div.journal div.wiki {
overflow:visible;
overflow:auto;
}
ul.breadcrumb {

Loading…
Cancel
Save