(This is in fact a feature request: add an "height" attribute to dashboardHeader())
I used this solution in order to adjust height of a dashboardHeader() in shinydashboard.
My problem comes when I try to see different viewports.
In a normal monitor display, the new header height doesn't cover neither the sidebar nor the body of the page.
But using a mobile viewport, both are covered.
(This is in fact a feature request: add an "height" attribute to
dashboardHeader()
)I used this solution in order to adjust height of a
dashboardHeader()
inshinydashboard
. My problem comes when I try to see different viewports. In a normal monitor display, the new header height doesn't cover neither the sidebar nor the body of the page. But using a mobile viewport, both are covered.This is the code I'm using:
This is a monitor display:
And this would be in a mobile viewport:
As you can see, both top of sidebar and body are hidden behind the new header height
Is there any way we can adjust the header's height without breaking the app responsiveness?