From d47a4f0951555554c0479953f4410876686954a5 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 9 Feb 2012 13:11:39 +0000 Subject: - Handle identity details box with an iframe (#1487020) - Fix issue where tabs were overlapping box title --- skins/default/addressbook.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'skins/default/addressbook.css') diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index c604c7549..c5ce96c25 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -397,3 +397,9 @@ fieldset.contactfieldgroup legend font-size: 10px; margin: -5px 0 8px 2px; } + +#contact-title +{ + /* fixes issue where tabs were overlapping box title when scrolling */ + z-index: 10; +} -- cgit v1.2.3