- Restructure ModalBase to use absolute-positioned backdrop behind card
content, fixing modal stacking issues on web (React Native Web portals)
- Hide EventOverlay when DeleteEventModal is open to prevent z-index
conflicts on web
- Add nestedScrollEnabled to CardBase ScrollView for Android
- Use TouchableOpacity with delayPressIn in EventCard for scroll-friendly
touch handling
- Keep eventToDelete state stable during modal fade-out to prevent
content flash between recurring/single variants
- Fix German umlauts in DeleteEventModal