removed fade animation for popup

This commit is contained in:
PxlLoewe
2025-04-20 18:01:18 -07:00
parent 948c76f559
commit 0c58430ed8
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
--color-rescuetrack-highlight: #ff4500; --color-rescuetrack-highlight: #ff4500;
} }
.leaflet-fade-anim .leaflet-popup {
transition: opacity 0s !important;
}
.leaflet-popup-tip-container { .leaflet-popup-tip-container {
display: none; display: none;
} }

View File

@@ -75,7 +75,7 @@ export const ListInput = <T extends FieldValues>({
field.onChange(value); field.onChange(value);
}} }}
> >
Remove Entfernen
</button> </button>
</div> </div>
))} ))}

Binary file not shown.