From 52cdf93942d32f5f7b376ce58e5184ceaf85a261 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 21 May 2018 01:26:29 +0300 Subject: [PATCH] fix(header): fix panel stick --- src/app/app.css | 9 +++++++++ src/app/header.js | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/app.css b/src/app/app.css index 265a0ca..d6b411e 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -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; } \ No newline at end of file diff --git a/src/app/header.js b/src/app/header.js index bf93d0d..018ca8b 100644 --- a/src/app/header.js +++ b/src/app/header.js @@ -250,7 +250,6 @@ class Header extends React.Component {