fix: bottom padding on views so last row clears keyboard hints pill
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -178,7 +178,7 @@ export function DuplicatesView() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="h-full overflow-auto bg-bg p-4">
|
||||
<div className="h-full overflow-auto bg-bg p-4 pb-20">
|
||||
<div className="mb-4 flex items-center gap-2 text-xs text-text-muted">
|
||||
<Info className="h-3.5 w-3.5" />
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user