mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 10:16:15 -04:00
Fixes gchq/CyberChef#137
Changes data-trigger to focus so scrolling works and sets max height.
This commit is contained in:
parent
d46e279933
commit
90ed62add2
2 changed files with 3 additions and 1 deletions
|
@ -140,6 +140,8 @@ optgroup {
|
|||
.popover {
|
||||
background-color: var(--popover-background);
|
||||
border-color: var(--popover-border-colour);
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue