Style for timeline scroll
This commit is contained in:
parent
6182362acc
commit
66c7e55c1f
2 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,8 @@ body {
|
|||
font-size: 10pt; }
|
||||
|
||||
body.dark {
|
||||
background-color: #333; }
|
||||
background-color: #333;
|
||||
color: #777; }
|
||||
body.dark #story line {
|
||||
marker-end: url("#arrowHeadWhite");
|
||||
stroke: white; }
|
||||
|
@ -277,7 +278,8 @@ body.showTimeline #toggleTimeline {
|
|||
bottom: 0;
|
||||
background: #eee;
|
||||
pointer-events: none;
|
||||
opacity: 0; }
|
||||
opacity: 0;
|
||||
overflow: auto; }
|
||||
body.showTimeline #timeline {
|
||||
opacity: 1;
|
||||
pointer-events: auto; }
|
||||
|
|
|
@ -463,6 +463,7 @@ img.icon{
|
|||
// display:none;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
overflow:auto;
|
||||
|
||||
body.showTimeline &{
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in a new issue