mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Add overflow CSS rule to fix scrolling. Fixes #626
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user