Skip to content

Problems with position:fixed elements by using contao-mobile_menu with offcanvas #28

@liquid-a

Description

@liquid-a

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions