diff --git a/components/lib/scrollpanel/style/ScrollPanelStyle.js b/components/lib/scrollpanel/style/ScrollPanelStyle.js index 8cb578fd6..a979cbf59 100644 --- a/components/lib/scrollpanel/style/ScrollPanelStyle.js +++ b/components/lib/scrollpanel/style/ScrollPanelStyle.js @@ -16,7 +16,7 @@ const css = ` width: calc(100% + 18px); padding: 0 18px 18px 0; position: relative; - overflow: scroll; + overflow: auto; box-sizing: border-box; scrollbar-width: none; }