Permette di trasformare il modal in un layer a tutto schermo #modal #bootstrap #fullscreen #css #bootstrap4
.modal-dialog { | |
width: 100%; | |
height: 100%; | |
margin: 0; | |
padding: 0; | |
max-width: none !important; | |
.modal-content { | |
height: auto; | |
min-height: 100%; | |
border-radius: 0; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment