diff --git a/src/web/stylesheets/components/operations/_operations.css b/src/web/stylesheets/components/operations/_operations.css index bb1f0efb..f1ac7c09 100644 --- a/src/web/stylesheets/components/operations/_operations.css +++ b/src/web/stylesheets/components/operations/_operations.css @@ -19,7 +19,7 @@ #operations-dropdown { position: absolute; - top: var(--banner-height); + top: calc(var(--banner-height) + 1); width: 100%; height: auto; overflow: auto;