From fea6edfb09fb27a7d37bc3c14d8e01ff8fd877e1 Mon Sep 17 00:00:00 2001 From: Yasser Elsayed Date: Mon, 10 Apr 2017 16:55:30 -0700 Subject: [PATCH] Revert "Fix css cut-off issue on cell mini-toolbar (#1287)" (#1315) The css fix causes bad side effects with code cells that have very long outputs, where switching code cells takes several seconds for some reason, it gets worse the longer the cell output is. The situation is a little better in Firefox, but I can't seem to figure out why. I'll revert because the performance issue has more priority than fixing the css for the menu. I'll also reopen that issue. --- sources/web/datalab/static/datalab.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/web/datalab/static/datalab.css b/sources/web/datalab/static/datalab.css index 82ce0ca17..36d416ba1 100644 --- a/sources/web/datalab/static/datalab.css +++ b/sources/web/datalab/static/datalab.css @@ -122,9 +122,6 @@ body { flex: 1 1 auto; overflow: auto; } -#mainContent { - height: 100%; -} #mainArea { -webkit-order: 1; order: 1;