ScrollPanel: overflow css property changed as auto
parent
a561fb59c2
commit
ef6c3219cb
|
@ -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…
Reference in New Issue