.mapEmbeddableContainer { width: 100%; height: 100%; display: flex; flex: 1 1 100%; z-index: 1; min-height: 0; // Absolute must for Firefox to scroll contents } .mapEmbeddedError { flex-grow: 1; display: flex; align-items: center; justify-content: center; overflow: auto; }