Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

skeleton scroll fix #140

Merged

Conversation

pranay-0512
Copy link
Contributor

@pranay-0512 pranay-0512 commented Jun 20, 2024

Description 📣

Skeleton scroll issue fix.

Added custom z-index values in tailwind.config.js for z-100, z-500 and z-1000.

By default, Tailwind offers a limited range of predefined z-index values (z-0 to z-50).
header.tsx uses z-1000 which was needed to be defined.

Type

  • Bug fix

Code block

// tailwind.config.js
zIndex: {
        '100': 100,
        '500': 500,
        '1000': 1000,
      },

@louismurerwa louismurerwa merged commit da33d6d into OcularEngineering:main Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants