mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-13 09:19:01 +01:00
Fixed content scroll in card detail, in compact view.
This commit is contained in:
parent
6c30a77ce1
commit
0d49cf3a8c
@ -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
@ -383,7 +383,7 @@ div.cardContent {
|
||||
*/
|
||||
.content {
|
||||
@include flex(auto);
|
||||
// overflow-y: scroll;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user