fix: Fixed issue where popover/modal headers would get cut off by desktop titlebar
This commit is contained in:
@@ -102,6 +102,7 @@ const Popover = ({
|
||||
}}
|
||||
title={title}
|
||||
className={className}
|
||||
id={popoverId.current}
|
||||
>
|
||||
{children}
|
||||
</MobilePopoverContent>
|
||||
|
||||
Reference in New Issue
Block a user