- 🇫🇷France dydave
No activity on issue for more than 4 years.
Closing: outdated.Thanks!
The feature
#2991056 by Neslee Canil Pinto, rokzabukovec, inge_dt, adriancid: Always hide active menu item's navigation on mobile
https://www.drupal.org/node/2991056 →
This hide the vertical menu on mobile, but the code do this on the desktop too :
// Always hide the dropdown menu on mobile.
if ($('#toolbar-item-administration-tray').hasClass('toolbar-tray-vertical')) {
$('#toolbar-item-administration').removeClass('is-active');
$('#toolbar-item-administration-tray').removeClass('is-active');
};
Step to reproduce :
Go to content
change the admin menu to vertical mode
Refresh the page
You ll see a white left col
Test on Drupal 8.9.6
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activity on issue for more than 4 years.
Closing: outdated.
Thanks!