Skip to content

Scrollbar overlaps content on desktop IE #18543

@usefulBee

Description

@usefulBee

This issue is still going on even in IE 11.

The issue comes down to the following bootstrap.css rule:
@-ms-viewport {
width: device-width;
}

The temporary solution is to override the rule in another css file:
@-ms-viewport{
width:auto!important;
}

It would be nice to see this issue taken into consideration in future releases.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    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