mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 17:59:48 +00:00
fix(customHomePage): fix position of the views popover (#13916)
This commit is contained in:
parent
5b8d4bad7c
commit
42b2538a76
@ -124,6 +124,7 @@ const getOverlayStyle = (isShowNavBarRedesign?: boolean) => {
|
|||||||
zIndex: 13,
|
zIndex: 13,
|
||||||
paddingTop: '5px',
|
paddingTop: '5px',
|
||||||
'transform-origin': '0',
|
'transform-origin': '0',
|
||||||
|
width: '100%',
|
||||||
};
|
};
|
||||||
|
|
||||||
return overlayStyle;
|
return overlayStyle;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user