You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: