Skip to content

Commit

Permalink
Merge pull request #337 from jonathanhefner/search-explicit-methods-t…
Browse files Browse the repository at this point in the history
…ip-fix-scroll

Fix search results initial scroll position
  • Loading branch information
jonathanhefner authored Oct 18, 2023
2 parents 8997512 + 8dd6674 commit 127b40e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rdoc/generator/template/rails/resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,9 @@ html {
font-size: 0.9em;
font-style: italic;
color: color-mix(in srgb, currentColor 70%, transparent);
}

.panel__results.active::before {
content: "TIP: Prefix query with \"#\" or \".\" to search for methods.";
}

Expand Down

0 comments on commit 127b40e

Please sign in to comment.