Fix Android elevation bug causing overlays to render behind the canvas
This commit is contained in:
@@ -931,6 +931,8 @@ const styles = StyleSheet.create({
|
||||
// ── Date Overlay ──
|
||||
dateOverlay: {
|
||||
position: 'absolute',
|
||||
elevation: 22,
|
||||
zIndex: 12,
|
||||
},
|
||||
dateOverlayText: {
|
||||
fontSize: 11,
|
||||
|
||||
Reference in New Issue
Block a user