1
0
Fork 0

Solucion temporal a los modales en plantilla

This commit is contained in:
humano 2017-11-05 14:44:15 -05:00
parent dd2b444161
commit 6c001b1cc6
2 changed files with 18 additions and 0 deletions

View File

@ -552,6 +552,7 @@ $aplicacion_pie="
progress: true,
history: true,
center: true,
embedded: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom

View File

@ -11,6 +11,23 @@
overflow-x: hidden !important;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5 !important;
}
.modal-backdrop {
position: inherit !important;
}
.modal-dialog{
z-index: 2000 !important;
}
.reveal .slides {
position: absolute;