[dw-nonfree] Sidebar covers up the entry when there is wide entry content
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/d44485483306]
http://bugs.dwscoalition.org/show_bug.cgi?id=911
Display content over sidebar in Transmogrified.
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=911
Display content over sidebar in Transmogrified.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/transmogrified/layout.s2
-------------------------------------------------------------------------------- diff -r 48349b255b65 -r d44485483306 bin/upgrading/s2layers/transmogrified/layout.s2 --- a/bin/upgrading/s2layers/transmogrified/layout.s2 Thu Aug 20 14:35:05 2009 +0000 +++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Thu Aug 20 12:38:39 2009 -0500 @@ -409,6 +409,7 @@ function Page::print_default_stylesheet width: 100%; float: left; padding-bottom: 20px; + z-index: 20; } .tags-container { --------------------------------------------------------------------------------