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
Hi jnhyeon, I have the same problem. Have you found any workround to zoom out the entire application?
Thanks Fabrizio
Hi Fabrizio :)
I didn't solve the problem.
It was possible to zoom out using CSS, but a problem occurred in plotly where the cursor point was pointing to the wrong place.
I hope it gets resolved.
I make good use of the bs4dash package at work.
Thank you for being here.
To me, bs4dash's default font looks too big overall.
So I always zoom out to 80% in my Chrome web browser.
I wish there was a function to zoom out the entire screen in bs4dash.
Thank you
Note) If you reduce the screen using CSS as shown below, it will look unnatural.
body {
transform: scale(0.75);
transform-origin: 0 0;
}
The text was updated successfully, but these errors were encountered: