-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bug: Hidden side bar can't opened #641
Comments
Looks like duplicate of #567 that is fixed in But assigning bigger and bigger |
Raising the z index does fix it!
|
@harshilsharma63, could you take a quick look at this and close it if the issue is indeed fixed in #567? Thanks. |
@harshilsharma63 It works correctly on the latest I propose to add a check for hide/show sidebar when there is an active board to Cypress test. What do you think about this? |
@kamre yes we should definitely add a test for it since it's a primary functionality. Would you be willing to add that test? |
Summary:
It is not possible to show the side bar when it was hidden with some active board.
Steps to reproduce the behavior:
Expected behavior:
Button for showing the side bar should be visible.
Screenshots:
Platform:
Additional context:
This is a regression from
0.6.7
introduced in pull request #447 by settingz-index
of.BoardComponent> .top-head
insidewebapp/src/components/centerPanel.scss
to value 100 whilez-index
of hidden side bar is only 5.The text was updated successfully, but these errors were encountered: