refactor: add scrollbar styles to dialog components for improved usability
This commit is contained in:
@@ -63,7 +63,7 @@ const AdminLayout = ({ children }) => {
|
||||
)}
|
||||
|
||||
{/* Main Content Area */}
|
||||
<main className="flex-1 overflow-y-auto">
|
||||
<main className="flex-1 overflow-y-auto scrollbar-dashboard">
|
||||
<div className="max-w-7xl mx-auto px-6 py-8">
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user