We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no scrolling bar appearing in the operation menu, meaning you cannot access all functions.
To Reproduce Steps to reproduce the behavior or a link to the recipe / input used to cause the bug:
Expected behavior Being able to scroll operations menu
Screenshots https://imgur.com/1ytF4HT
Desktop (if relevant, please complete the following information):
The text was updated successfully, but these errors were encountered:
Quick hack to make it work in chrome:
overflow-y: scroll;
on the operations div.
Sorry, something went wrong.
Issue is also present on Chrome (76.0.3809.132)
Apologies, this was my fault. We're fixing it right now.
CyberChef/src/web/stylesheets/layout/_structure.css
Lines 42 to 44 in 2f0b959
Clearly I didn't test this very well at all. I'll be adding a load of new UI tests today to make sure it doesn't happen again.
59917cc
Thanks, I can confirm it works now.
j433866
No branches or pull requests
There is no scrolling bar appearing in the operation menu, meaning you cannot access all functions.
To Reproduce
Steps to reproduce the behavior or a link to the recipe / input used to cause the bug:
Expected behavior
Being able to scroll operations menu
Screenshots
https://imgur.com/1ytF4HT
Desktop (if relevant, please complete the following information):
The text was updated successfully, but these errors were encountered: