We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c9412 commit 68f6beeCopy full SHA for 68f6bee
packages/react-native-calendar-kit/src/components/TimeColumn.tsx
@@ -135,7 +135,7 @@ const HourWrapper: React.FC<PropsWithChildren<HourWrapperProps>> = ({
135
};
136
137
const styles = StyleSheet.create({
138
- container: { zIndex: 998 },
+ container: { zIndex: 998, elevation: -1 },
139
absolute: { position: 'absolute' },
140
rightLine: {
141
position: 'absolute',
0 commit comments