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;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.Timeline_jumpDown {
|
||||
|
|
Loading…
Reference in a new issue