diff --git a/src/css/main.scss b/src/css/main.scss index bad2da6..8226537 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -63,8 +63,19 @@ $ps-bar-hover: #999; .ps-container { -ms-touch-action: none; + touch-action: none; overflow: hidden !important; - + -ms-overflow-style: none; + + // Edge + @supports (-ms-overflow-style: none) { + overflow: auto !important; + } + // IE10+ + @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { + overflow: auto !important; + } + &.ps-active-x > .ps-scrollbar-x-rail, &.ps-active-y > .ps-scrollbar-y-rail { display: block;