#dom-node {
    width: 100px;
    overflow: hidden;
}

#root {
    border: 1px solid red;
    position: relative;
    height: 100px;
}

svg {
    position: absolute;
    left: 5px;
    top: 5px;
}
