Web:Common:Navigation: add backdrop for open dropbox for all device types

This commit is contained in:
Timofey Boyko 2022-05-11 12:27:15 +03:00
parent 2560a5309f
commit 15dad384f3

View File

@ -119,15 +119,13 @@ const Navigation = ({
<>
{isOpen && (
<>
{isMobileOnly && (
<Backdrop
isAside={true}
visible={isOpen}
withBackground={false}
withoutBlur={true}
zIndex={400}
/>
)}
<Backdrop
visible={isOpen}
withBackground={false}
withoutBlur={true}
zIndex={400}
/>
<DropBox
{...rest}
isDesktop={isDesktop}