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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/ocular-ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ module.exports = {
flexGrow: {
'3': '3',
},
zIndex: {
pranay-0512 marked this conversation as resolved.
Show resolved Hide resolved
'100': 100,
'500': 500,
'1000': 1000,
},
},
},
plugins: [require("tailwindcss-animate")],
Expand Down