From 29f21f5f7a90211b58615e082d345660fe24e55f Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Fri, 24 Feb 2023 10:51:59 +0100 Subject: [PATCH] Fix action_buttons height --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 4f6aa39ae6..bed81b3032 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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 {