propelorm/propelorm.github.com

cookbook/replication tabs broken

marcj opened this issue · 2 comments

Hum, it looks like a problem with floats with the navbar, the code snippets are just under the end of the sidebar navigation. Actually this is broken on every page that hasn't "enough" text to fill the gap between the beginning of the div and the end of the floating. This is far from ideal but a quick fix could be:

.ui-helper-clearfix {
  overflow: hidden;
}

The workaround has been found in this ticket which was reported 4 years ago so I don't know whether it should be reported upstream (to jQuery UI) or not. Upgrading to jQuery UI 1.11 doesn't solve the problem.

Ok, this should be resolved with #337 ! :-)