From f26e417cf4d2640b93e066c9138814e24c171ee4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 24 Aug 2013 10:20:26 +0100 Subject: [PATCH 1/1] Remove unnecessary z-index for sidebar headings --- app/assets/stylesheets/common.css.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c2f642edc..2adabb5e1 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -959,7 +959,6 @@ a.donate { .sidebar_heading { position: relative; padding: $lineheight/2 $lineheight; - z-index: 9999; background: $offwhite; border-bottom: 1px solid #ccc; h4 { -- 2.43.2