From aa29f7fe392a4c0078df344b86d1ea041d4b65dd Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 28 Aug 2019 17:37:31 +0700 Subject: Avoid social buttons overlap unless necessary Fixes #2368 --- source/features/hide-watch-and-fork-count.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/features/hide-watch-and-fork-count.css b/source/features/hide-watch-and-fork-count.css index a01d2084..9a9cd032 100644 --- a/source/features/hide-watch-and-fork-count.css +++ b/source/features/hide-watch-and-fork-count.css @@ -11,8 +11,8 @@ } /* Bring the counts above the lightbox, to make them clickable */ -.social-count[href$='/network/members'], -.social-count[href$='/watchers'] { +.rgh-hide-watch-and-fork-count details[open] + .social-count[href$='/network/members'], +.rgh-hide-watch-and-fork-count details[open] + .social-count[href$='/watchers'] { position: relative; z-index: 100; } -- cgit v1.2.3