2
0
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:
j433866
2019-08-29 10:18:52 +01:00
parent 2f0b959aa4
commit 59917cca45

View File

@@ -45,6 +45,10 @@ div#output {
position: relative;
}
#operations {
overflow: auto;
}
.split.split-horizontal, .gutter.gutter-horizontal {
height: 100%;
float: left;