diff options
author | 2019-08-24 18:58:50 +0800 | |
---|---|---|
committer | 2019-08-24 17:58:50 +0700 | |
commit | 5c19a1e6c13c98f1a830d18b1227b01868f38a96 (patch) | |
tree | 86beb28f7b41780280da2c6d517b91cf49106ce1 | |
parent | 964a6b06a0146e49ab6da0fcce98c7aaa768ee4d (diff) | |
download | refined-github-5c19a1e6c13c98f1a830d18b1227b01868f38a96.tar.gz refined-github-5c19a1e6c13c98f1a830d18b1227b01868f38a96.tar.zst refined-github-5c19a1e6c13c98f1a830d18b1227b01868f38a96.zip |
Restore ability to open dropdowns on gists (#2379)
-rw-r--r-- | source/features/sticky-discussion-sidebar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/sticky-discussion-sidebar.css b/source/features/sticky-discussion-sidebar.css index 4340b64e..6eaad3ef 100644 --- a/source/features/sticky-discussion-sidebar.css +++ b/source/features/sticky-discussion-sidebar.css @@ -1,4 +1,4 @@ -:root .pagehead ul.pagehead-actions { +#js-repo-pjax-container .pagehead ul.pagehead-actions { z-index: initial; /* This affects the social buttons. It seems to have no effect but it constantly causes trouble with other features. */ } |