The "table-layout: fixed;" directive in lifewire_diff.css can create problems on sites with a content area positioned to the right of the page.

With the fixed table layout paradigm, the right hand page content tends to get overlayed by the output of the diff module.

I found that commenting out the table-layout css directive resolved this problem. Setting table-layout: auto; should achieve the same result.

Comments

liquidcms’s picture

Status: Active » Fixed

changed to auto in dev version

liquidcms’s picture

and now included in latest rel (5.x-1.1)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.