[#181] adds 1px to position of #operations-dropdown to display the searchbox border nicely
This commit is contained in:
parent
cf59bd3db5
commit
a7bb81a78e
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#operations-dropdown {
|
#operations-dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--banner-height);
|
top: calc(var(--banner-height) + 1);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user