mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] Desktop: operations-dropdown is open and always visible ( on cat by default )
This commit is contained in:
parent
7ae22ff16b
commit
a40a5c8a04
2 changed files with 6 additions and 3 deletions
|
@ -31,4 +31,10 @@
|
|||
#operations-dropdown {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#search-results.hidden,
|
||||
#categories.hidden {
|
||||
z-index: initial;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue