.container { display: flex; flex: 1; flex-direction: column; width: 100%; min-height: 0; overflow: hidden auto; word-break: break-all; transform: translateY(-2rem); } .preview { height: auto; max-height: none; padding: 1rem 0; overflow: visible; transform: none; }