mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
💄 Fix overflow in about modal and docker drawer #674
This commit is contained in:
@@ -68,6 +68,15 @@ export default function DockerMenuButton(props: any) {
|
||||
position="right"
|
||||
size="full"
|
||||
title={<ContainerActionBar selected={selection} reload={reload} />}
|
||||
styles={{
|
||||
drawer: {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
},
|
||||
body: {
|
||||
minHeight: 0,
|
||||
},
|
||||
}}
|
||||
>
|
||||
<DockerTable containers={containers} selection={selection} setSelection={setSelection} />
|
||||
</Drawer>
|
||||
|
||||
Reference in New Issue
Block a user