Snapshot tray is sometimes obscured by long notebooks #4746

also fixes one of the issue mentioned in #3529

Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
This commit is contained in:
Jamie V
2022-01-20 12:05:29 -08:00
committed by GitHub
parent dcaad40064
commit 03380e1846

View File

@ -38,7 +38,7 @@
transition: $transIn; transition: $transIn;
&.is-expanded { &.is-expanded {
height: max-content; min-height: 100px;
} }
} }