Skip to content

Commit

Permalink
Fix conflict between off-canvas and modal
Browse files Browse the repository at this point in the history
Fixes #213
  • Loading branch information
khanhlh committed Dec 3, 2013
1 parent d03c287 commit eb992c5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion source/plg_system_t3/base-bs3/less/off-canvas.less
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,8 @@ body.off-canvas-effect-14.off-canvas-right {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg);
}


//
// Fallback for old IE (<IE10)
// that don't support 3D transforms
Expand All @@ -869,4 +871,12 @@ html[dir="ltr"].off-canvas-right.old-ie {
right: -@t3-off-canvas-width;
left: auto;
}
}
}


//
// Fix conflict with modal
// -----------------------------------------------------
.modal-open .t3-wrapper {
position: static;
}

0 comments on commit eb992c5

Please sign in to comment.