mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
[#181] adds 1px to position of #operations-dropdown to display the searchbox border nicely
This commit is contained in:
parent
cf59bd3db5
commit
a7bb81a78e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#operations-dropdown {
|
||||
position: absolute;
|
||||
top: var(--banner-height);
|
||||
top: calc(var(--banner-height) + 1);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue