From 23e8fb9e0752a75d61d2adcd438f894593f32ffc Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 16 Apr 2026 22:28:10 +0200 Subject: [PATCH] save all position fixed. see #680 --- pages/menu_order/mzta-menu-order.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/menu_order/mzta-menu-order.css b/pages/menu_order/mzta-menu-order.css index a2f5905e..b6afb6f1 100644 --- a/pages/menu_order/mzta-menu-order.css +++ b/pages/menu_order/mzta-menu-order.css @@ -3,10 +3,14 @@ } #command_palette { + position: sticky; + top: 0; + padding-top: 1px; + height: 26px; + width: 100%; + z-index: 90; margin-bottom: 16px; - display: flex; - align-items: center; - gap: 12px; + background-color: #ffffff; } #btnSaveAll { @@ -189,6 +193,10 @@ color: rgb(251, 251, 254); } + #command_palette { + background-color: inherit; + } + #msgDisplay { color: #5cb85c; }