mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-19 23:07:12 +00:00
Improve dialog and alert component usability by adding scrollbars and max-height.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/0360c05e-a8ef-4b77-bcbe-1de1ce604942.jpg
This commit is contained in:
@@ -900,7 +900,7 @@ const LdapQueryBuilderPage = () => {
|
||||
Build and test LDAP filters for your Active Directory queries
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<CardContent className="max-h-[calc(100vh-250px)] overflow-y-auto pr-1 scrollbar-custom">
|
||||
<div className="space-y-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user