提高底图控件的 z-index

This commit is contained in:
JIANG
2025-11-18 15:47:52 +08:00
parent 401a2c03b1
commit bb040f1612

View File

@@ -179,7 +179,7 @@ const BaseLayers: React.FC = () => {
};
return (
<div className="absolute right-17 bottom-8">
<div className="absolute right-17 bottom-8 z-99">
<div
className="w-20 h-20 bg-white rounded-xl drop-shadow-xl shadow-black"
onMouseEnter={handleEnter}