1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Fix 'Add Send' button being outside section (#2706)

This commit is contained in:
Robyn MacCallum
2022-05-19 17:10:10 -04:00
committed by GitHub
parent 39af27da3f
commit b19fa11591
2 changed files with 11 additions and 6 deletions

View File

@@ -147,3 +147,8 @@
}
}
}
.list.full-height {
height: 100%;
overflow-y: auto;
}