Skip to content

Commit

Permalink
fix(header): fix panel stick
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 20, 2018
1 parent b5123ce commit be3347b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
1 change: 0 additions & 1 deletion src/app/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit be3347b

Please sign in to comment.