-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance the scrolling experience. #62
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you checked the other pages? The scrolling is broken.
@foru17 you did not add any styling to the scrollbar, I've appended a commit adding the missing styles Google.Chrome.hp6iZNyB.mp4 |
👀 So weird |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request aims to enhance the scrolling experience by integrating Radix UI's ScrollArea components into the layout. Key changes include:
- Importing and integrating ScrollArea components to wrap the main content.
- Setting up a custom vertical scrollbar with specific styling.
- Adjusting the layout hierarchy to accommodate the new scrolling structure.
Files not reviewed (2)
- package.json: Language not supported
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)
app/[locale]/layout.tsx:143
- [nitpick] The function name 'uwu' does not clearly communicate its purpose; consider renaming it to a more descriptive name.
function uwu() {
app/[locale]/layout.tsx:131
- Verify that the utility class 'before:size-full' is defined, as it is not a standard Tailwind CSS class and may lead to unintended styling issues.
<ScrollArea.Thumb className='relative flex-1 rounded-[10px] bg-stone-400 dark:bg-stone-600 before:absolute before:left-1/2 before:top-1/2 before:size-full before:min-h-11 before:min-w-11 before:-translate-x-1/2 before:-translate-y-1/2' />
No description provided.