Merge pull request #77 from kPherox/fix-hidden-timeline-scroll-bottom
Fix the hidden last of the timeline
This commit is contained in:
commit
bcb358cc8b
|
@ -1,14 +1,13 @@
|
||||||
/*TL CSS(ただしBBCode pulse:master.css/spin:font-awesome*/
|
/*TL CSS(ただしBBCode pulse:master.css/spin:font-awesome*/
|
||||||
#main {
|
#main {
|
||||||
display: flex;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
height: calc(100vh - 40px);
|
||||||
}
|
}
|
||||||
#timeline-container {
|
#timeline-container {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: calc(100vh - 40px);
|
height: 100%;
|
||||||
flex-grow: 4;
|
|
||||||
}
|
}
|
||||||
#bottom {
|
#bottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -153,6 +152,8 @@ iframe {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.boxIn {
|
.boxIn {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: thin solid gray;
|
border: thin solid gray;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -180,7 +181,7 @@ iframe {
|
||||||
}
|
}
|
||||||
.tl-box {
|
.tl-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: calc(100% - 40px);
|
flex: 1;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user