1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-09-21 10:21:34 +02: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
No known key found for this signature in database
GPG Key ID: 22E34C908F02CBA2
3 changed files with 4 additions and 3 deletions

View File

@ -1059,7 +1059,8 @@ div.cardContent {
-moz-box-flex: auto;
-moz-flex: auto;
-ms-flex: auto;
flex: auto; }
flex: auto;
overflow-y: scroll; }
.cardDetailToolbar {
-webkit-box-flex: none;

File diff suppressed because one or more lines are too long

View File

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