Add simple scroll of long waveform

This commit is contained in:
Nikolay Puzanov
2022-12-08 19:06:08 +03:00
parent 664b7b1f5c
commit d04282e1c7
2 changed files with 20 additions and 5 deletions

View File

@@ -119,6 +119,11 @@
width: 50%;
height: 100%;
}
#logdiv pre {
position: absolute;
height: 100%;
}
}
</style>
</head>