Skip to content

-ms-high-contrast is Depreciated #167

@mills-andrew

Description

@mills-andrew

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

[Deprecation] -ms-high-constrast is in the process of being deprecated. Please see https://blogs.windows.com/msedgedev/2024/04/29/deprecating-ms-high-contrast/ for tips on updating to the new Forced Colors Mode standard.

Solution:

@media (forced-colors: active),
(-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions