Add: scroll-bar CSS around TL

This commit is contained in:
Cutls 2019-05-11 03:37:03 +09:00
parent e3a1dded3d
commit b5e8f29fe3

View File

@ -169,9 +169,13 @@ label {
#timelines {
display: flex;
width: 100%;
height: 100vh;
overflow-y: hidden;
}
.tl {
height: 100%;
flex-grow: 4;
overflow-y: scroll;
overflow-x: hidden;
}
</style>