mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
fix: Chrome scale 125% should not display y-scrollbar (#20705)
This commit is contained in:
parent
1c1a4a773d
commit
182dcf5606
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user