pikapython/assets/css.mdpp
2022-08-02 13:31:31 +08:00

13 lines
135 B
Plaintext

<style>
pre{
overflow-y: auto;
max-height: 300px;
}
div.log + table{
overflow-y: auto;
max-height: 300px;
}
</style>