Skip to content
Snippets Groups Projects
Commit 7fd89073 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '272-right-panel-of-plugins-covers-the-legend-panel' into 'development'

Resolve "Right panel of plugins covers the legend panel"

Closes #272

See merge request !210
parents 2c31de1f aa33a1b8
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!210Resolve "Right panel of plugins covers the legend panel"
Pipeline #92406 passed
......@@ -41,8 +41,6 @@ export const SearchBar = (): JSX.Element => {
const clearSearchValueFromClearedState = useCallback((): void => {
if (searchValueState.length === ONE && searchValueState[ZERO] === '') {
// eslint-disable-next-line no-console
console.log('x');
setSearchValue('');
}
}, [searchValueState]);
......
......@@ -19,7 +19,7 @@ export const Legend: React.FC = () => {
return (
<div
className={twMerge(
'absolute bottom-0 left-[88px] z-10 w-[calc(100%-88px)] -translate-y-[-100%] transform border border-divide bg-white-pearl text-font-500 transition-all duration-500',
'absolute bottom-0 left-[88px] z-30 w-[calc(100%-88px)] -translate-y-[-100%] transform border border-divide bg-white-pearl text-font-500 transition-all duration-500',
isOpen && 'translate-y-0',
)}
role={LEGEND_ROLE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment