Browse Source

[IMP] web_responsive: Add known issue note about sticky

pull/1066/head
Pedro M. Baeza 6 years ago
committed by Jairo Llopis
parent
commit
7144af124b
No known key found for this signature in database GPG Key ID: 59564BF1E22F314F
  1. 3
      web_responsive/README.rst
  2. 3
      web_responsive/readme/ROADMAP.rst

3
web_responsive/README.rst

@ -64,6 +64,9 @@ this module.
* Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
great styles, but also `JavaScript that causes issues on mobile
<https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
* Sticky header and footer in list view only works on certain browsers:
https://caniuse.com/#search=sticky (note that the used feature is in
`thead`).
Bug Tracker
===========

3
web_responsive/readme/ROADMAP.rst

@ -10,3 +10,6 @@ this module.
* Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
great styles, but also `JavaScript that causes issues on mobile
<https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
* Sticky header and footer in list view only works on certain browsers:
https://caniuse.com/#search=sticky (note that the used feature is in
`thead`).
Loading…
Cancel
Save