mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
ScrollPanel: overflow css property changed as auto
This commit is contained in:
parent
a561fb59c2
commit
ef6c3219cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue