💄 Fix overflow in about modal and docker drawer #674
This commit is contained in:
@@ -120,7 +120,7 @@ export default function DockerTable({
|
||||
});
|
||||
|
||||
return (
|
||||
<ScrollArea style={{ height: '90vh' }} offsetScrollbars>
|
||||
<ScrollArea style={{ height: '100%' }} offsetScrollbars>
|
||||
<TextInput
|
||||
placeholder={t('search.placeholder')}
|
||||
mr="md"
|
||||
|
||||
Reference in New Issue
Block a user