dreamRs / fresh

Fresh shiny themes
https://dreamrs.github.io/fresh/
GNU General Public License v3.0
224 stars 10 forks source link

bs4Dash sidebar issue with fresh package #8

Open psychometrician opened 3 years ago

psychometrician commented 3 years ago

97254529-92ea3a80-17dc-11eb-83cb-bb19568bb55b

There is some sidebar issue when I used fresh package. I am not sure it is fresh issue or bs4Dash. I have posted the same message to bs4Dash repo. The sidebar doesn't extend to bottom. When I remove use_theme( create_theme( bs4dash_status( success = "#849A3F", danger = "#F26D3A", primary = "#007599", warning="#F5D768" ) ) ) from bs4DashBody, the sidebar properly extends to the bottom.
Any idea of why this happened?

pvictor commented 3 years ago

Have you tried with latest development version of {bs4Dash} ?