mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Add overflow CSS rule to fix scrolling. Fixes #626
This commit is contained in:
parent
2f0b959aa4
commit
59917cca45
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ div#output {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#operations {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.split.split-horizontal, .gutter.gutter-horizontal {
|
.split.split-horizontal, .gutter.gutter-horizontal {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue