Skip to content

Commit

Permalink
ScrollPanel: overflow css property changed as auto
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 6, 2023
1 parent a561fb5 commit ef6c321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/scrollpanel/style/ScrollPanelStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ef6c321

Please sign in to comment.