You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
694 B

  1. Note: Data added to the footer ``support_branding`` is not shown while using
  2. this module.
  3. * Provide full menu search feature instead of just App search
  4. * Drag drawer from left to open in mobile
  5. * Figure out how to test focus on hidden elements for keyboard nav tests
  6. * If you resize the window, body gets a wrong ``overflow: auto`` css property
  7. and you need to refresh your view or open/close the app drawer to fix that.
  8. * Override LESS styling to allow for responsive widget layouts
  9. * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
  10. great styles, but also `JavaScript that causes issues on mobile
  11. <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_