I just found an unintended side effect if you use position:fixed
. Hover previews use .markdown-preview-view
so if the position is fixed it will fill the entire window. The fix is to limit the effect to the content view by prefacing the selectors with .view-content
.