Skip to content

Instantly share code, notes, and snippets.

@axxe16
Created July 28, 2020 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axxe16/ec21f3d249e3089ecdacd73a5244b33d to your computer and use it in GitHub Desktop.
Save axxe16/ec21f3d249e3089ecdacd73a5244b33d to your computer and use it in GitHub Desktop.
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