ScrollPanel: overflow css property changed as auto

pull/4569/head
Tuğçe Küçükoğlu 2023-10-06 17:32:50 +03:00
parent a561fb59c2
commit ef6c3219cb
1 changed files with 1 additions and 1 deletions

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