##// END OF EJS Templates
Make the main notebook div auto scroll.
Brian Granger -
Show More
@@ -83,7 +83,6 b' span#ipython_notebook h1 {'
83 83 margin: 10px;
84 84 }
85 85
86
87 86 div#toolbar {
88 87 width: 100%;
89 88 height: auto;
@@ -93,14 +92,10 b' div#toolbar {'
93 92 padding: 5px;
94 93 }
95 94
96
97 /*#main_toolbar button {
98 font-size: 0.9em;
99 }*/
100
101 95 div.notebook {
102 96 width: 790px;
103 height: 100%;
97 height: 650px; /*We might have to detect window height for this*/
98 overflow: auto;
104 99 margin-left: auto;
105 100 margin-right: auto;
106 101 padding-top: 5px;
@@ -116,7 +111,6 b' div.cell {'
116 111 display: table;
117 112 }
118 113
119
120 114 div.code_cell {
121 115 background-color: white;
122 116 }
@@ -142,7 +136,6 b' div.input_prompt {'
142 136 color: blue;
143 137 }
144 138
145
146 139 textarea.input_area {
147 140 text-align: left;
148 141 font-family: Menlo, "Courier New", Courier, mono;
@@ -159,7 +152,6 b' textarea.input_area {'
159 152 resize: none;
160 153 }
161 154
162
163 155 div.output {
164 156 display: table-row;
165 157 padding: 0px;
General Comments 0
You need to be logged in to leave comments. Login now