From 623bb06c433f85fa14c7cb801413ffd8547b4d9e Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 13 Jun 2012 09:50:36 +0200 Subject: [PATCH] fix completer css on some Chrome versions Fixes #1833 --- IPython/frontend/html/notebook/static/css/notebook.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index c085244db..a9f2862ed 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -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; }