.resizable-container {
    overflow: hidden;
}

.resizable {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    resize: both;
}
