fix(header): fix panel stick
This commit is contained in:
parent
0a55ea0e75
commit
52cdf93942
@ -30,3 +30,12 @@
|
||||
opacity: 0;
|
||||
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={{
|
||||
marginLeft: 'auto',
|
||||
marginTop: '-10px',
|
||||
marginBottom: 180,
|
||||
zIndex: 2
|
||||
}}>
|
||||
<Search />
|
||||
|
Loading…
Reference in New Issue
Block a user