Skip to content

Commit b8e91b5

Browse files
committed
Fixed double scroll bar
1 parent 6768435 commit b8e91b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dashboard/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Dashboard = ({
5555
{/* Main Page */}
5656
<div className='n-w-full n-h-full n-overflow-y-scroll n-flex n-flex-row'>
5757
{/* Main Content */}
58-
<main className='n-flex-1 n-relative n-z-0 n-overflow-y-auto n-scroll-smooth n-w-full'>
58+
<main className='n-flex-1 n-relative n-z-0 n-scroll-smooth n-w-full'>
5959
<div className='n-absolute n-inset-0 page-spacing'>
6060
<div className='page-spacing-overflow'>
6161
{/* The main content of the page */}

src/dashboard/placeholder/DashboardPlaceholder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const NeoDashboardPlaceholder = () => {
2020
</div>
2121
</div>
2222
<div className='n-w-full n-h-full n-overflow-y-scroll n-flex n-flex-row'>
23-
<div className='n-flex-1 n-relative n-z-0 n-overflow-y-auto n-scroll-smooth n-w-full'>
23+
<div className='n-flex-1 n-relative n-z-0 n-scroll-smooth n-w-full'>
2424
<div className='n-absolute n-inset-0 page-spacing'>
2525
<div className='page-spacing-overflow'>
2626
<div className='n-absolute n-w-full n-h-full'>

0 commit comments

Comments
 (0)