Fixed #1131 - ScrollPanel pushes content to the left in order to show scrollbar
parent
b3dece37ed
commit
5cd2c1460e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue