.dialog { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ padding-top: 60px; } .dialog-content { background-color: var(--c-black); margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */ border: 1px solid #888; width: 50%; /* Could be more or less, depending on screen size */ }