diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-16 05:04:53 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-16 05:04:53 +0800 |
commit | f13d061dd2725bd87a6021dec2dad6f1cccb57dc (patch) | |
tree | 47ce3fcdc2ed057eadecadb32b6bf59cf9f837e8 /packages/instant/src/components/animations | |
parent | 7325e1669897cb9bbacaf28319b470e45ec0d4e7 (diff) | |
download | dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.tar dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.tar.gz dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.tar.bz2 dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.tar.lz dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.tar.xz dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.tar.zst dexon-sol-tools-f13d061dd2725bd87a6021dec2dad6f1cccb57dc.zip |
move z-index setting to zero instant container, and add ability for zindex to be set on container
Diffstat (limited to 'packages/instant/src/components/animations')
-rw-r--r-- | packages/instant/src/components/animations/slide_up_and_down_animation.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/components/animations/slide_up_and_down_animation.tsx b/packages/instant/src/components/animations/slide_up_and_down_animation.tsx index ce38e28b9..a78607afa 100644 --- a/packages/instant/src/components/animations/slide_up_and_down_animation.tsx +++ b/packages/instant/src/components/animations/slide_up_and_down_animation.tsx @@ -31,7 +31,6 @@ export const SlideAnimation = animation-iteration-count: 1; animation-fill-mode: ${props => props.animationDirection || 'none'}; position: relative; - z-index: -1; `; export interface SlideAnimationComponentProps { |