forked from qwerty/tupali
Solucion temporal a los modales en plantilla
This commit is contained in:
parent
dd2b444161
commit
6c001b1cc6
@ -552,6 +552,7 @@ $aplicacion_pie="
|
||||
progress: true,
|
||||
history: true,
|
||||
center: true,
|
||||
embedded: true,
|
||||
|
||||
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user