add min-height: 0

This commit is contained in:
Bruno Windels 2021-09-16 17:48:29 +02:00
parent 9a9b206bf5
commit e978202f36
1 changed files with 1 additions and 0 deletions

View File

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