[#181] adds 1px to position of #operations-dropdown to display the searchbox border nicely

This commit is contained in:
Robin Scholtes 2024-02-03 18:07:09 +13:00
parent cf59bd3db5
commit a7bb81a78e

View file

@ -19,7 +19,7 @@
#operations-dropdown {
position: absolute;
top: var(--banner-height);
top: calc(var(--banner-height) + 1);
width: 100%;
height: auto;
overflow: auto;