Fixed #1131 - ScrollPanel pushes content to the left in order to show scrollbar

pull/1196/head^2
mertsincan 2021-05-15 13:28:53 +03:00
parent b3dece37ed
commit 5cd2c1460e
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ export default {
width: calc(100% + 18px);
padding: 0 18px 18px 0;
position: relative;
overflow: auto;
overflow: scroll;
box-sizing: border-box;
}