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; }