pikapython/assets/css.mdpp

13 lines
135 B
Plaintext
Raw Normal View History

2022-08-02 13:31:31 +08:00
<style>
pre{
overflow-y: auto;
max-height: 300px;
}
div.log + table{
overflow-y: auto;
max-height: 300px;
}
</style>