scrolling fallback mode for IE < 9
This commit is contained in:
parent
4805234a41
commit
614b8cde66
2 changed files with 38 additions and 1 deletions
24
css/main.css
24
css/main.css
|
@ -872,3 +872,27 @@ html {
|
|||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* FALLBACK
|
||||
*********************************************/
|
||||
|
||||
.no-transforms {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.no-transforms .slides section {
|
||||
-webkit-transform: none;
|
||||
-moz-transform: none;
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
|
||||
display: block!important;
|
||||
opacity: 1!important;
|
||||
position: relative!important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue