Skip to content
New issue

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

Bug report: No scrolling bar for operations menu #626

Closed
maria8899 opened this issue Aug 28, 2019 · 4 comments
Closed

Bug report: No scrolling bar for operations menu #626

maria8899 opened this issue Aug 28, 2019 · 4 comments
Assignees

Comments

@maria8899
Copy link

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:

  1. Open CyberChef
  2. Try to scroll operation menu

Expected behavior
Being able to scroll operations menu

Screenshots
https://imgur.com/1ytF4HT

Desktop (if relevant, please complete the following information):

  • OS: Linux
  • Browser Firefox
  • Version 68.0.2
@maria8899 maria8899 added the bug label Aug 28, 2019
@imathrowback
Copy link

Quick hack to make it work in chrome:

overflow-y: scroll;

on the operations div.

@mifriis
Copy link

mifriis commented Aug 29, 2019

Issue is also present on Chrome (76.0.3809.132)

@n1474335
Copy link
Member

Apologies, this was my fault. We're fixing it right now.

/* overflow: auto;
Removed to enable Background Magic button pulse to overflow.
Replace this rule if it seems to be causing problems. */

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.

@maria8899
Copy link
Author

Thanks, I can confirm it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants