diff --git a/client/src/components/tag-input/index.jsx b/client/src/components/tag-input/index.jsx index 0d0d16a2..926fc45b 100644 --- a/client/src/components/tag-input/index.jsx +++ b/client/src/components/tag-input/index.jsx @@ -156,14 +156,12 @@ export default function TagInput({ <> Remove RoR children - {getRoRChildren} ) : ( <> Get children from RoR - {getRoRChildren ? 'oui' : 'non'} ) } diff --git a/client/src/pages/filters.jsx b/client/src/pages/filters.jsx index 8b3913ba..501dd595 100644 --- a/client/src/pages/filters.jsx +++ b/client/src/pages/filters.jsx @@ -186,7 +186,6 @@ export default function Filters({ sendQuery }) { setSearchParams({ ...currentSearchParams, view: e.target.value })} > diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss index d6146e89..12ff406e 100644 --- a/client/src/styles/index.scss +++ b/client/src/styles/index.scss @@ -16,17 +16,17 @@ body { } .filters { + animation: fadeInAnimation ease 1s; + animation-fill-mode: forwards; + animation-iteration-count: 1; background-color: white; - position: sticky; - top: -2px; - z-index: 3; + border-bottom: 2px solid #000; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); - border-bottom: 2px solid #000; - animation: fadeInAnimation ease 1s; - animation-iteration-count: 1; - animation-fill-mode: forwards; + position: sticky; + top: -2px; + z-index: 3; } // Sticky part