]> git.mxchange.org Git - friendica.git/commitdiff
frio: add comment note about sticky aside hack
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 27 Apr 2017 17:21:14 +0000 (19:21 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Thu, 27 Apr 2017 17:21:14 +0000 (19:21 +0200)
view/theme/frio/js/theme.js

index 62c45b3da2ca97cfc481271549c5370d5f679c87..a335fffbdb1d506bdef98ef4b3bcdd2c1c7b564c 100644 (file)
@@ -317,7 +317,15 @@ $(document).ready(function(){
        });
 
        /*
-        * Sticky aside on page scroll, only on desktop
+        * Sticky aside on page scroll
+        * We enable the sticky aside only when window is wider than
+        * 976px - which is the maximum width where the aside is shown in
+        * mobile style - because on chrome-based browsers (desktop and
+        * android) the sticky plugin in mobile style causes the browser to
+        * scroll back to top the main content, making it impossible
+        * to navigate.
+        * A side effect is that the sitky aside isn't really responsive,
+        * since is enabled or not at page loading time.
         */
        if ($(window).width() > 976) {
                $("aside").stick_in_parent({