Skip to content

Commit

Permalink
Better oveflow for intro deck
Browse files Browse the repository at this point in the history
  • Loading branch information
imakewebthings committed Aug 16, 2011
1 parent 85b035c commit c385563
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions introduction/introduction.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
.deck-container .theme-menu select {
float: left;
display: block;
font-size: 14px;
}

@media print {
Expand Down
1 change: 1 addition & 0 deletions introduction/introduction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
select {
float:left;
display:block;
font-size:14px;
}
}
}
Expand Down
7 changes: 3 additions & 4 deletions themes/transition/horizontal-slide.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.csstransitions.csstransforms {
overflow: hidden;
}
.csstransitions.csstransforms .deck-container > .slide {
-webkit-transition: -webkit-transform 500ms ease-in-out;
-moz-transition: -moz-transform 500ms ease-in-out;
Expand Down Expand Up @@ -70,7 +73,3 @@
-ms-transform: translate(0, 0);
transform: translate3d(0, 0, 0);
}

html {
overflow-x: hidden;
}
6 changes: 2 additions & 4 deletions themes/transition/horizontal-slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
}

.csstransitions.csstransforms {
overflow:hidden;

.deck-container > .slide {
-webkit-transition:-webkit-transform 500ms ease-in-out;
-moz-transition:-moz-transform 500ms ease-in-out;
Expand Down Expand Up @@ -79,8 +81,4 @@
@include translate;
}
}
}

html {
overflow-x:hidden;
}

0 comments on commit c385563

Please sign in to comment.