z-index fix on buttons and mesage

This commit is contained in:
Jonathan 2023-03-08 15:57:55 +01:00
parent a8c177a248
commit 434aa1dbc3
2 changed files with 6 additions and 2 deletions

View File

@ -3477,7 +3477,7 @@ function html_print_action_buttons(mixed $content, array $parameters=[], bool $r
'id' => ($parameters['id'] ?? 'principal_action_buttons'), 'id' => ($parameters['id'] ?? 'principal_action_buttons'),
'class' => 'action-buttons '.$typeClass.' '.($parameters['class'] ?? ''), 'class' => 'action-buttons '.$typeClass.' '.($parameters['class'] ?? ''),
'content' => $content, 'content' => $content,
'style' => 'z-index: 1', 'style' => 'z-index: 6',
], ],
$return $return
); );

View File

@ -2109,6 +2109,10 @@ table.rounded_cells td {
z-index: 5; z-index: 5;
} }
#principal_action_buttons {
z-index: 6;
}
.action-buttons > button { .action-buttons > button {
margin-left: 16px; margin-left: 16px;
} }
@ -2790,7 +2794,7 @@ td.cellBig {
} }
.info_box_container:not(.info_box_information) { .info_box_container:not(.info_box_information) {
z-index: 2; z-index: 6;
} }
.info_box_container.info_box_information { .info_box_container.info_box_information {