From 73fc26624cd419b6980a0459af2f4fcfdb86259c Mon Sep 17 00:00:00 2001 From: huruji <594613537@qq.com> Date: Mon, 18 Jun 2018 18:02:21 +0800 Subject: [PATCH 1/3] fix #65 --- xp.css | 1 - 1 file changed, 1 deletion(-) diff --git a/xp.css b/xp.css index 189c932..8e1d534 100644 --- a/xp.css +++ b/xp.css @@ -373,7 +373,6 @@ body[class]:before { font-weight: normal; cursor: default; pointer-events: none; - z-index: 100; } .js-issue-row:first-child:before, From 021db8678180124f2c9e2a682f10db8313d77ac5 Mon Sep 17 00:00:00 2001 From: huruji <594613537@qq.com> Date: Tue, 19 Jun 2018 00:55:19 +0800 Subject: [PATCH 2/3] fix bug --- xp.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xp.css b/xp.css index 8e1d534..7e057db 100644 --- a/xp.css +++ b/xp.css @@ -64,7 +64,7 @@ body:not([class]) .container::after { #3888e9 95%, #3168d5 100% ) !important; - z-index: 100 !important; + z-index: 1000 !important; } .Header .d-flex { @@ -373,6 +373,7 @@ body[class]:before { font-weight: normal; cursor: default; pointer-events: none; + z-index: 100; } .js-issue-row:first-child:before, From 8b7404e12d06cd8c64e5ad8229be7befb2d265fd Mon Sep 17 00:00:00 2001 From: huruji <594613537@qq.com> Date: Tue, 19 Jun 2018 00:59:42 +0800 Subject: [PATCH 3/3] fix bug --- xp.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xp.css b/xp.css index 7e057db..23f67d6 100644 --- a/xp.css +++ b/xp.css @@ -125,6 +125,10 @@ body:not([class]) .container::after { display: none; } +.dropdown-menu:before{ + border-bottom-color: transparent !important; +} + .Header .header-search-wrapper { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px rgba(255, 255, 255, 0.1) !important;