##// END OF EJS Templates
Merge pull request #1940 from Carreau/completer-css-patch...
Fernando Perez -
r7541:8fbfa905 merge
parent child Browse files
Show More
@@ -278,7 +278,7 b' div.text_cell_render {'
278 .completions {
278 .completions {
279 position: absolute;
279 position: absolute;
280 z-index: 10;
280 z-index: 10;
281 overflow: auto;
281 overflow: hidden;
282 border: 1px solid grey;
282 border: 1px solid grey;
283 }
283 }
284
284
@@ -288,6 +288,7 b' div.text_cell_render {'
288 border: none;
288 border: none;
289 padding: 0px;
289 padding: 0px;
290 margin: 0px;
290 margin: 0px;
291 overflow: auto;
291 font-family: monospace;
292 font-family: monospace;
292 }
293 }
293
294
General Comments 0
You need to be logged in to leave comments. Login now