fix(customHomePage): fix position of the views popover (#13916)

This commit is contained in:
v-tarasevich-blitz-brain 2025-07-08 00:59:22 +03:00 committed by GitHub
parent 5b8d4bad7c
commit 42b2538a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,6 +124,7 @@ const getOverlayStyle = (isShowNavBarRedesign?: boolean) => {
zIndex: 13,
paddingTop: '5px',
'transform-origin': '0',
width: '100%',
};
return overlayStyle;