[IMP] web_responsive: Add known issue note about sticky

pull/1024/head
Pedro M. Baeza 2018-08-23 08:16:11 +02:00
parent c8a893a77f
commit 1f364867b4
2 changed files with 6 additions and 0 deletions

View File

@ -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
===========

View File

@ -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`).