Browse Source
[IMP] web_responsive: Add known issue note about sticky
pull/1066/head
Pedro M. Baeza
6 years ago
committed by
Jairo Llopis
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
2 changed files with
6 additions and
0 deletions
-
web_responsive/README.rst
-
web_responsive/readme/ROADMAP.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 |
|
|
|
=========== |
|
|
|
|
|
@ -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`). |