diff --git a/web_responsive/README.rst b/web_responsive/README.rst index 8f5fcfb0..912b328e 100644 --- a/web_responsive/README.rst +++ b/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 `_ +* 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 =========== diff --git a/web_responsive/readme/ROADMAP.rst b/web_responsive/readme/ROADMAP.rst index 84f75450..3c80edcd 100644 --- a/web_responsive/readme/ROADMAP.rst +++ b/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 `_ +* 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`).