.modal-background { width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.8); z-index: 200; box-sizing: border-box; padding: 10px; } .modal { width: 100%; max-width: 500px; max-height: 800px; overflow-y: auto; background-color: $secondary-bg-color; border-radius: 5px; padding: 0px 20px; } .modal form { width: 100%; }