Skip to content

Commit 68f6bee

Browse files
author
Daniel
committed
fix elevation on Android
1 parent 73c9412 commit 68f6bee

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
@@ -135,7 +135,7 @@ const HourWrapper: React.FC<PropsWithChildren<HourWrapperProps>> = ({
135135
};
136136

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

0 commit comments

Comments
 (0)