Fixed modals when dragging to left (iOS)
This commit is contained in:
parent
e36e830f8f
commit
aba30503ae
2 changed files with 8 additions and 1 deletions
|
|
@ -567,6 +567,12 @@ to prevent collapsing during animation*/
|
|||
top: 45px;
|
||||
padding-bottom: 33px;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
body.modal-open {
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.reveal-modal {
|
||||
|
|
@ -574,6 +580,7 @@ to prevent collapsing during animation*/
|
|||
border: none;
|
||||
border-radius: 0;
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.reveal-modal.animated.slideInRight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue