-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
perfect-scrollbar/css/perfect-scrollbar.css
Line 112 in c3354c0
@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;
}
}
agantelin
Metadata
Metadata
Assignees
Labels
No labels