Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collapsed sidebar did not close after select menu item. #69

Open
vazh opened this issue Jun 10, 2016 · 4 comments
Open

collapsed sidebar did not close after select menu item. #69

vazh opened this issue Jun 10, 2016 · 4 comments
Labels

Comments

@vazh
Copy link

vazh commented Jun 10, 2016

like the title said, i found this for a while but forgot to post it here.
is this actually the expected behaviour ?
for me its annoying that i have to click the menu toggler to actually close it. since clicking in the main page didn;t have any effect on it.

ps: i set my browser to fill half of my screen width

cheers;

@vazh
Copy link
Author

vazh commented Jun 17, 2016

please dont spam your problem everywhere.
and this is not an issue with blur-admin.

@lugovsky lugovsky added the bug label Jun 21, 2016
@lugovsky
Copy link
Member

@vazh Yeah, this looks like a bug

@aereaco
Copy link

aereaco commented Jul 15, 2016

To fix this issue I made changes to the following file;
src\app\theme\theme.constants.js

Look at lines 12 & 13;

before

  resWidthCollapseSidebar: 1200,
  resWidthHideSidebar: 500

Workaround (probably fix)

after

  resWidthCollapseSidebar: 1200,
  resWidthHideSidebar: 1200

Seemed to fix my issue

@pscanlon1
Copy link

Im having an issue if you select ipad in the chrome dev tools. If i have a collapsed sidebar, and then i open it, select an item, it changes the page but then the sidebar is overlapping the content? Where can i adjust this so either:

  1. It closes the sidebar, (note, i tried the above, it DOES close the sidebar, but it leaves a little vertical color showing which item is selected.)
  2. It doesnt overlap it looks like a regular page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants