Commit 872162e 1 parent 3912b44 commit 872162e Copy full SHA for 872162e
File tree 2 files changed +0
-2
lines changed
layout/MainLayout/DraftBanner
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ const DraftBannerContent: FC<{
97
97
} ;
98
98
99
99
const StickyBanner = styled ( Sticky ) ( ( { theme } ) => ( {
100
- borderTop : `1px solid ${ theme . palette . warning . border } ` ,
101
100
borderBottom : `1px solid ${ theme . palette . warning . border } ` ,
102
101
color : theme . palette . warning . contrastText ,
103
102
backgroundColor : theme . palette . warning . light ,
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ const HeaderComponent = styled(AppBar)(({ theme }) => ({
34
34
padding : theme . spacing ( 1 ) ,
35
35
boxShadow : 'none' ,
36
36
position : 'relative' ,
37
- zIndex : 300 ,
38
37
paddingRight : theme . spacing ( 9 ) ,
39
38
[ theme . breakpoints . down ( 'lg' ) ] : {
40
39
paddingLeft : theme . spacing ( 1 ) ,
You can’t perform that action at this time.
0 commit comments