From a7bb81a78ede2c4265147c8fe485fd97a1153fad Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Sat, 3 Feb 2024 18:07:09 +1300 Subject: [PATCH] [#181] adds 1px to position of #operations-dropdown to display the searchbox border nicely --- src/web/stylesheets/components/operations/_operations.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;