.dialog { margin: auto; overflow-y: scroll; } .dialog::backdrop { opacity: 50%; background-color: black; } .notice { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; background-color: var(--background-color); border-radius: 1rem; margin: auto; padding: 1rem; min-width: 12rem; width: max-content; max-width: 45rem; color: var(--font-color); text-align: center; text-wrap: wrap; word-break: break-word; border-color: var(--highlight-color); } .version { max-width: 80vw; display: flex; flex-direction: column; margin-top: 1rem; } .value { margin-bottom: 0.5rem; max-width: 100vw; overflow: auto; }