From e9db046765971c8c215479a86acfde53eed3b696 Mon Sep 17 00:00:00 2001 From: gitea Date: Sun, 18 May 2025 08:15:08 +0000 Subject: [PATCH] fixed pos receipt print, machine-access-sidebar is now invisible --- static/src/css/pos.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/src/css/pos.css b/static/src/css/pos.css index 0748dde..08c2416 100644 --- a/static/src/css/pos.css +++ b/static/src/css/pos.css @@ -1606,6 +1606,9 @@ td { .order-selector { display: none !important; } + .machine-access-sidebar { + display: none !important; + } .blockUI { display: none !important; }