id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
280	How to modifyTracNav position and height.	ilias@…	moschny	"I've tried to modify trac nav, in order to have the full size of the page.

But the ""height: 100%"" does not work.

any experience with this?

(btw: moving it to the left works fine with ""float: left;"")


{{{
#!css
.wiki-toc.trac-nav { 
background-color: #f7f7f0;
float: right; 
width: 160px; 
margin: 0 .5em 0 0; 
padding-top: 0.5em;
padding-right: 0pt;
padding-bottom: 0.2em;
padding-left: 0pt;
height: 100%;
}
}}}"	enhancement	closed	normal		trac.tracnav	tracnav-devel	normal	invalid		
