mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
13 lines
135 B
Plaintext
13 lines
135 B
Plaintext
<style>
|
|
pre{
|
|
overflow-y: auto;
|
|
max-height: 300px;
|
|
}
|
|
|
|
div.log + table{
|
|
overflow-y: auto;
|
|
max-height: 300px;
|
|
}
|
|
|
|
</style>
|