Open diegogslomp opened 6 years ago
Are you sure? i can not see this problem in the demo page. @f1nality
The admin Dropdown menu doesn't show from a smaller screen.
Make clik in the button.
Make clik in the button.
Thankyou for the feedback! The top left corner button shows the menu, and the top right button show the widgets, no options to logout, at least from here.
@f1nality You forgot add it.
I fixed this issue by overriding CSS in https://github.com/geex-arts/django-jet/blob/dev/jet/static/jet/css/themes/default/base.css
.sidebar-header-wrapper {
z-index: 0 !important;
}
@rajeshbk042 can you make a pull request?
Hi!
How can I logout from admin site using a smartphone? The option to logout only apears at pc. Thank you in advice!