Fixed card list shadow over card detail (Safari)
This commit is contained in:
parent
0d49cf3a8c
commit
acb72cc1e0
@ -2018,8 +2018,7 @@ div.cardList.narrow {
|
||||
-webkit-flex-direction: row;
|
||||
-moz-flex-direction: row;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
background-color: rgba(255, 255, 255, 0.75); }
|
||||
flex-direction: row; }
|
||||
.content .cardField.dragged {
|
||||
display: none; }
|
||||
.content .cardField .fieldEditAction {
|
||||
|
File diff suppressed because one or more lines are too long
@ -328,7 +328,7 @@ $cardViewBasePadding: 10px;
|
||||
.cardField {
|
||||
@include flexbox;
|
||||
@include flex-direction(row);
|
||||
background-color: rgba(255, 255, 255, 0.75);
|
||||
// background-color: rgba(255, 255, 255, 0.75);
|
||||
// border-bottom: 1px solid #eee;
|
||||
|
||||
// background-color: lightgreen;
|
||||
|
Loading…
Reference in New Issue
Block a user