[dw-free] Sidebar covers up the entry when there is wide entry content
[commit: http://hg.dwscoalition.org/dw-free/rev/a036edac36e5]
http://bugs.dwscoalition.org/show_bug.cgi?id=911
Display content over sidebar in Negatives.
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=911
Display content over sidebar in Negatives.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/negatives/layout.s2
-------------------------------------------------------------------------------- diff -r 274913a146ed -r a036edac36e5 bin/upgrading/s2layers/negatives/layout.s2 --- a/bin/upgrading/s2layers/negatives/layout.s2 Thu Aug 20 17:32:43 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/layout.s2 Thu Aug 20 12:37:00 2009 -0500 @@ -284,6 +284,7 @@ function Page::print_default_stylesheet( border-right:5px double $*color_module_border; left: 10%; width: 70%; + z-index: 10; } #secondary { position: relative; --------------------------------------------------------------------------------