diff --git a/css/contacts.css b/css/contacts.css index bbaa67c1..c1900c06 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -1,4 +1,4 @@ - +#content-wrapper { overflow: hidden; } /* General element settings */ #content li { cursor: default; } #content input[type=checkbox] { @@ -61,7 +61,7 @@ /* Left content */ -#leftcontent { padding: 0; margin: 0; } +#leftcontent { position:absolute; top: 4em; bottom: 0; overflow-x:hidden; overflow-y: auto; padding: 0; margin: 0; } #leftcontent a { display: inline-block; padding: 0; margin: 0; } #leftcontent h3 { cursor: pointer; @@ -466,7 +466,7 @@ input[type="checkbox"].propertytype { width: 10px; } /* Right content layout */ -#rightcontent, .rightcontent { position:absolute; top: 4em; left: 20em; overflow-x:hidden; overflow-y: auto; } +#rightcontent, .rightcontent { position:absolute; top: 4em; left: 20em; right: 0; bottom: 0; overflow-x:hidden; overflow-y: auto; } /* Contact layout */