fix(header): fix panel stick

This commit is contained in:
Alexey Kasyanchuk 2018-05-21 01:26:29 +03:00
parent 0a55ea0e75
commit 52cdf93942
2 changed files with 9 additions and 1 deletions

View File

@ -29,4 +29,13 @@
.header.sticky .counter-statistic {
opacity: 0;
margin: 0 !important;
}
.header .search-panel {
transition: 1s;
margin-bottom: 180px;
}
.header.sticky .search-panel {
margin-bottom: 0px;
}

View File

@ -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 />