File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const Dashboard = ({
55
55
{ /* Main Page */ }
56
56
< div className = 'n-w-full n-h-full n-overflow-y-scroll n-flex n-flex-row' >
57
57
{ /* 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' >
59
59
< div className = 'n-absolute n-inset-0 page-spacing' >
60
60
< div className = 'page-spacing-overflow' >
61
61
{ /* The main content of the page */ }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const NeoDashboardPlaceholder = () => {
20
20
</ div >
21
21
</ div >
22
22
< 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' >
24
24
< div className = 'n-absolute n-inset-0 page-spacing' >
25
25
< div className = 'page-spacing-overflow' >
26
26
< div className = 'n-absolute n-w-full n-h-full' >
You can’t perform that action at this time.
0 commit comments