fix(header): fix panel stick
This commit is contained in:
parent
0a55ea0e75
commit
52cdf93942
@ -29,4 +29,13 @@
|
|||||||
.header.sticky .counter-statistic {
|
.header.sticky .counter-statistic {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header .search-panel {
|
||||||
|
transition: 1s;
|
||||||
|
margin-bottom: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header.sticky .search-panel {
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
@ -250,7 +250,6 @@ class Header extends React.Component {
|
|||||||
<div className='fs0-85 pad0-75 column search-panel' style={{
|
<div className='fs0-85 pad0-75 column search-panel' style={{
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginTop: '-10px',
|
marginTop: '-10px',
|
||||||
marginBottom: 180,
|
|
||||||
zIndex: 2
|
zIndex: 2
|
||||||
}}>
|
}}>
|
||||||
<Search />
|
<Search />
|
||||||
|
Loading…
Reference in New Issue
Block a user