1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Fixed content scroll in card detail, in compact view.

This commit is contained in:
Giulio Cesare Solaroli
2015-02-14 10:29:43 +01:00
parent 6c30a77ce1
commit 0d49cf3a8c
3 changed files with 4 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ div.cardContent {
*/
.content {
@include flex(auto);
// overflow-y: scroll;
overflow-y: scroll;
}
}
}