.undoStack-outerContainer { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; pointer-events: all; } .undoStack-resultContainer { border-radius: 5px; } .undoStack-commandInput { width: 100%; } .undoStack-commandResult, .undoStack-commandString { overflow-wrap: break-word; } .undoStack-commandsContainer { flex: 1 1 auto; overflow-y: scroll; height: fit-content; width: 200px; border-radius: 5px; padding: 5px; max-height: 200px; }