fix minimap

This commit is contained in:
hjlarry
2025-10-14 17:11:22 +08:00
parent 8583992d23
commit d685da377e
21 changed files with 61 additions and 1 deletions

View File

@ -229,7 +229,7 @@ const ZoomInOut: FC<ZoomInOutProps> = ({
</div>
</div>
</PortalToFollowElemTrigger>
<PortalToFollowElemContent className='z-10'>
<PortalToFollowElemContent className='z-[60]'>
<div className='w-[192px] rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur shadow-lg backdrop-blur-[5px]'>
{
ZOOM_IN_OUT_OPTIONS.map((options, i) => (