You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using "off canvas effect" it is not possible to place any element on the whole web page with position:fixed.
The cause is the:
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
will-change: transform;
in the div with the id "wrapper", which is entered there by setting the checkmark "off Canvas Effect".
Since navigation menus or other elements like to be fixed, this problem is not so optimally solved, especially in connection with this module. It should still be possible to use position:fixed. I would be happy if there was a solution for this, as the module is otherwise very good.
The text was updated successfully, but these errors were encountered:
The CSS is always individual to each website. This extension provides an off-canvas feature like that, but you can always override it. Let me know if you have a better proposal for the off-canvas effect.
When using "off canvas effect" it is not possible to place any element on the whole web page with position:fixed.
The cause is the:
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
will-change: transform;
in the div with the id "wrapper", which is entered there by setting the checkmark "off Canvas Effect".
Since navigation menus or other elements like to be fixed, this problem is not so optimally solved, especially in connection with this module. It should still be possible to use position:fixed. I would be happy if there was a solution for this, as the module is otherwise very good.
The text was updated successfully, but these errors were encountered: