- Issue created by @yannickoo
- Merge request !10Draft: Issue #3531467: [1.0.0-alpha1] Navigation left sidebar goes over the left drawer โ (Open) created by yannickoo
- ๐ซ๐ทFrance mogtofu33
It's working well when navigation is collapsed but when opened there is a displacement problem, probably to see for the size handling in assets/js/drawer.js
- ๐ฉ๐ชGermany yannickoo Berlin
I can confirm that we need to investigate here because of the size calculation with the new navigation :/
- ๐ซ๐ทFrance goz
I see two ways to deal with that.
- Add a left margin with same size of the navigation collapsed or expanded but not for sub-level
- Drawer can be closed, so we can choose to open it in front of navigation (or everything else), so we can use all width of the screen
What do you think about this ?
- ๐ซ๐ทFrance mogtofu33
I like the second option, keep in front.
First option involve reading the variable value in drawer.js (--drupal-displace-offset-left) and add it to the margin left and with set by js. Which seems too much. - Merge request !34Issue #3531467: Navigation left sidebar goes over the left drawer โ (Merged) created by goz
-
mogtofu33 โ
committed 251e6b7c on 1.0.x authored by
goz โ
Issue #3531467 by goz, yannickoo: Navigation left sidebar goes over the...
-
mogtofu33 โ
committed 251e6b7c on 1.0.x authored by
goz โ
- ๐บ๐ธUnited States rraney
I added as a patch, cleared cache, but it's still there. Is this part of the main alpha release?
- ๐ฉ๐ชGermany yannickoo Berlin
I can confirm that the fix is not there anymore, I think this has been changed in this here ๐ Z index problems Active
- ๐ฉ๐ชGermany yannickoo Berlin
I have created a new follow-up issue to handle this after the refactoring: ๐ Z-index is still too low to cover Navigation bar Active
Automatically closed - issue fixed for 2 weeks with no activity.