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
I believe it looks more natural to have the sidebar positioned completely below the navigation bar, as shown in the image below. Would you consider adding an option for this? Thanks!
I created the image by modifying the templates/base.css file as shown below.
{# make the menu button clickable #}
div[data-testid="stAppViewContainer"] {
pointer-events: none;
top: {{ ui.height }}; /* Add space above for the whole container */
}
section.main {
pointer-events: auto;
position: relative;
/* top: {{ ui.height }}; */
}
The text was updated successfully, but these errors were encountered:
Checklist
Description
I believe it looks more natural to have the sidebar positioned completely below the navigation bar, as shown in the image below. Would you consider adding an option for this? Thanks!
I created the image by modifying the
templates/base.css
file as shown below.The text was updated successfully, but these errors were encountered: