Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Revert "Fix css cut-off issue on cell mini-toolbar (#1287)" (#1315)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yebrahim authored Apr 10, 2017
1 parent 8597de6 commit fea6edf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sources/web/datalab/static/datalab.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ body {
flex: 1 1 auto;
overflow: auto;
}
#mainContent {
height: 100%;
}
#mainArea {
-webkit-order: 1;
order: 1;
Expand Down

0 comments on commit fea6edf

Please sign in to comment.