left and top properties getting changed to inset code example
Example: inset css
div {
background-color: yellow;
width: 120px;
height: 120px;
}
.exampleText {
position: relative;
inset: 20px 50px 30px 10px;
background-color: #c8c800;
}