Skip to content

Commit a697efe

Browse files
committed
Document the link hints fix for github enterprise
1 parent 609836a commit a697efe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content_scripts/link_hints.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ class LinkHintsMode {
419419
top: 0,
420420
left: 0,
421421
position: "absolute",
422-
display: 'block',
422+
// This display: block is required to override Github Enterprise's CSS circa 2024-04-01. See
423+
// #4446.
424+
display: "block",
423425
width: "100%",
424426
height: "100%",
425427
overflow: "visible",

0 commit comments

Comments
 (0)