diff --git a/frontend/src/styles/geointel-system.css b/frontend/src/styles/geointel-system.css index 2b6aa764..3b124ac0 100644 --- a/frontend/src/styles/geointel-system.css +++ b/frontend/src/styles/geointel-system.css @@ -2334,7 +2334,7 @@ button.overview-command-card { cursor: pointer; } @media (max-width: 600px) { .workbench-layout { display: block; min-height: 100dvh; } .workbench-sidebar { - position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; width: 100%; + position: fixed; z-index: 120; top: auto; right: 0; bottom: 0; left: 0; width: 100%; min-height: 4.15rem; max-height: 4.15rem; border-top: 1px solid rgba(153, 218, 202, 0.22); padding: 0.3rem 0.45rem max(0.3rem, env(safe-area-inset-bottom)); box-shadow: 0 -8px 24px rgba(3, 40, 35, 0.18);