forked from mystiq/hydrogen-web
add min-height: 0
This commit is contained in:
parent
9a9b206bf5
commit
e978202f36
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue