Smooth notebook scrolling on pager closing.

avoid brutal jump of notebook on closing pager, when notebook is scroll
to max
pull/37/head
Matthias Bussonnier 11 years ago
parent d9303c8a14
commit 3e60745ca1

@ -70,6 +70,7 @@ p {
.end_space {
min-height: 100px;
transition: height .2s ease;
}
.notebook_app #header {

@ -10097,6 +10097,7 @@ p {
}
.end_space {
min-height: 100px;
transition: height .2s ease;
}
.notebook_app #header {
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);

Loading…
Cancel
Save