Fix Android elevation bug causing overlays to render behind the canvas

This commit is contained in:
2026-06-01 12:28:26 +02:00
parent bd34367d63
commit 4077e44207
3 changed files with 10 additions and 21 deletions
+2
View File
@@ -931,6 +931,8 @@ const styles = StyleSheet.create({
// ── Date Overlay ──
dateOverlay: {
position: 'absolute',
elevation: 22,
zIndex: 12,
},
dateOverlayText: {
fontSize: 11,