macOS Help on top

In Terminal, simply paste the following and hit return:

defaults write com.apple.helpviewer DevMode -bool true

The changes should take effect immediately, though you will need to close any Help windows that are currently open.

To undo it, run the same command but with false:

defaults write com.apple.helpviewer DevMode -bool false