diff --git a/www/css/styles.css b/www/css/styles.css index a952645..0063d29 100644 --- a/www/css/styles.css +++ b/www/css/styles.css @@ -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; } diff --git a/www/scss/styles.scss b/www/scss/styles.scss index 52630e7..397b05b 100644 --- a/www/scss/styles.scss +++ b/www/scss/styles.scss @@ -463,6 +463,7 @@ img.icon{ // display:none; pointer-events: none; opacity: 0; + overflow:auto; body.showTimeline &{ opacity: 1;