Skip to content

Commit

Permalink
23.8.24 Disable sticky-sidebar in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 25, 2023
1 parent c5a2732 commit 6fa9de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style/23.8.24.css
@@ -0,0 +1,6 @@
/* Broken feature in Firefox https://github.com/refined-github/refined-github/issues/6834 */
@-moz-document url-prefix() {
.rgh-sticky-sidebar {
position: static !important;
}
}

0 comments on commit 6fa9de7

Please sign in to comment.