ScrollPanel: overflow css property changed as auto

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-06 17:32:50 +03:00
parent a561fb59c2
commit ef6c3219cb

View file

@ -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;
}