Skip to content

Commit 2ebd106

Browse files
authored
Merge pull request #196 from daniel-heg/main
fix Indicator partially cut off on Android
2 parents 7ee374a + 68f6bee commit 2ebd106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-calendar-kit/src/components/TimeColumn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const HourWrapper: React.FC<PropsWithChildren<HourWrapperProps>> = ({
136136
};
137137

138138
const styles = StyleSheet.create({
139-
container: { zIndex: 998 },
139+
container: { zIndex: 998, elevation: -1 },
140140
absolute: { position: 'absolute' },
141141
rightLine: {
142142
position: 'absolute',

0 commit comments

Comments
 (0)