fix: Chrome scale 125% should not display y-scrollbar (#20705)

This commit is contained in:
二货机器人 2020-01-07 10:48:42 +08:00 committed by GitHub
parent 1c1a4a773d
commit 182dcf5606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -593,6 +593,11 @@
box-shadow: inset -10px 0 8px -8px darken(@shadow-color, 5%);
}
}
// Fix for chrome overflow show the scrollbar
&:not(&-fixed-header) &-content {
overflow-y: hidden;
}
}
@media all and (-ms-high-contrast: none) {