fix completer css on some Chrome versions

Fixes #1833
This commit is contained in:
Matthias BUSSONNIER 2012-06-13 09:50:36 +02:00
parent 2d5555fb99
commit 623bb06c43

View File

@ -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;
}