Fix z-index

This commit is contained in:
soupette 2018-08-14 18:29:59 +02:00
parent 7a0e216b9b
commit 9e191ebc8c
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ const style = {
top: '0',
right: '0',
display: 'flex',
zIndex: '999',
zIndex: '1060',
};
CTAWrapper.propTypes = {

View File

@ -4,7 +4,7 @@
height: 6rem;
width: 6.5rem;
line-height: 6rem;
z-index: 1040;
z-index: 1060;
text-align: center;
background-color: #FFFFFF;
color: #81848A;

View File

@ -9,7 +9,7 @@
padding-right: 20px;
background-color: #FFFFFF;
border-right: 1px solid #F3F4F4;
z-index: 999;
z-index: 1060;
color: #9EA7B8;
line-height: 6rem;
letter-spacing: 0;