Skip to content

Commit

Permalink
🐛fix(lld): ws manage instances scroll (#7557)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey authored Aug 8, 2024
1 parent 8b928c6 commit 760ce85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function ManageInstancesStep({ goToDeleteInstance }: Props) {

const List = styled(Flex)`
overflow-y: auto;
padding-bottom: 12%;
max-height: calc(100vh - 12%);
::-webkit-scrollbar {
width: 0;
Expand Down

0 comments on commit 760ce85

Please sign in to comment.