Fix action_buttons height
This commit is contained in:
parent
afbbb57a53
commit
29f21f5f7a
|
@ -10830,6 +10830,7 @@ tr.bring_next_field {
|
|||
width: -moz-available;
|
||||
padding-right: 10px;
|
||||
left: 0;
|
||||
height: 62px;
|
||||
}
|
||||
|
||||
.action_buttons_right_content {
|
||||
|
@ -10860,7 +10861,6 @@ tr.bring_next_field {
|
|||
height: 62px;
|
||||
border-top: 1px solid #e5e9ed;
|
||||
background-color: #fff;
|
||||
/*z-index: 10000;*/
|
||||
}
|
||||
|
||||
.fixed_action_buttons_size > .action_buttons_background_mask {
|
||||
|
|
Loading…
Reference in New Issue