The below example shows the table large gap between the top of the table of contents its section heading.
How can this gap be reduced?
\documentclass{book}
\usepackage[Bjornstrup]{fncychap}
\begin{document}
\tableofcontents
\chapter{This is an unnecessary huge gap!!?}
Here is some text in the section.
\end{document}
