mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
parent
2d5555fb99
commit
623bb06c43
@ -278,7 +278,7 @@ div.text_cell_render {
|
||||
.completions {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
|
||||
@ -288,6 +288,7 @@ div.text_cell_render {
|
||||
border: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow: auto;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user