diff options
author | François Frisch | 2012-03-21 11:40:37 -0700 |
---|---|---|
committer | François Frisch | 2012-03-21 11:40:37 -0700 |
commit | 13dc16678356926e4782cb73eb7c58092eecbfc8 (patch) | |
tree | 013325f0c2c8cc796e15ad67c9b9c5f504bcfe13 /node_modules/montage | |
parent | 31eee2972667d7553974f0857fdc458954219203 (diff) | |
download | ninja-13dc16678356926e4782cb73eb7c58092eecbfc8.tar.gz |
Making flow flat on stage
Diffstat (limited to 'node_modules/montage')
-rw-r--r-- | node_modules/montage/ui/flow.reel/flow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/montage/ui/flow.reel/flow.html b/node_modules/montage/ui/flow.reel/flow.html index e6c2f5b5..646c87f8 100644 --- a/node_modules/montage/ui/flow.reel/flow.html +++ b/node_modules/montage/ui/flow.reel/flow.html | |||
@@ -35,7 +35,7 @@ | |||
35 | <style> | 35 | <style> |
36 | .montage-flow { | 36 | .montage-flow { |
37 | position: relative; | 37 | position: relative; |
38 | /*overflow: hidden;*/ | 38 | overflow: hidden; |
39 | -webkit-transform: translateZ(0); | 39 | -webkit-transform: translateZ(0); |
40 | } | 40 | } |
41 | .montage-flow-repetition { | 41 | .montage-flow-repetition { |