Skip to content

Commit a7bb81a

Browse files
committed
[gchq#181] adds 1px to position of #operations-dropdown to display the searchbox border nicely
1 parent cf59bd3 commit a7bb81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/stylesheets/components/operations/_operations.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#operations-dropdown {
2121
position: absolute;
22-
top: var(--banner-height);
22+
top: calc(var(--banner-height) + 1);
2323
width: 100%;
2424
height: auto;
2525
overflow: auto;

0 commit comments

Comments
 (0)