[WEB-2802]fix:filters drop down fix safari (#6133)
* filters drop down fix safari * added comments for translation
This commit is contained in:
parent
fe5999ceff
commit
2768f560ad
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ export const FiltersDropdown: React.FC<Props> = (props) => {
|
|||
leaveFrom="opacity-100 translate-y-0"
|
||||
leaveTo="opacity-0 translate-y-1"
|
||||
>
|
||||
<Popover.Panel className="fixed z-10">
|
||||
{/** translate-y-0 is a hack to create new stacking context. Required for safari */}
|
||||
<Popover.Panel className="fixed z-10 translate-y-0">
|
||||
<div
|
||||
className="overflow-hidden rounded border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg my-1"
|
||||
ref={setPopperElement}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue