mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
Fix z-index
This commit is contained in:
parent
7a0e216b9b
commit
9e191ebc8c
@ -15,7 +15,7 @@ const style = {
|
||||
top: '0',
|
||||
right: '0',
|
||||
display: 'flex',
|
||||
zIndex: '999',
|
||||
zIndex: '1060',
|
||||
};
|
||||
|
||||
CTAWrapper.propTypes = {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user