Adjusting height of ComplexHeatmap object in mainPanel()

Hello, I am trying to plot a ComplexHeatmap object in the mainPanel() of my R Shiny app. However, the heatmap's height seems to be restricted to the height of the panel. I know there is an argument inside mainPanel to change the width, but is there any way to increase the height? Thanks!