add min-height: 0

This commit is contained in:
Bruno Windels 2021-09-16 17:48:29 +02:00
parent 9a9b206bf5
commit e978202f36

View file

@ -18,6 +18,7 @@ limitations under the License.
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
min-height: 0;
} }
.Timeline_jumpDown { .Timeline_jumpDown {