summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-07 10:39:14 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-07 10:39:14 -0400
commitb5ffd6a53da56bdb883d7b3aa3b9f97e649ff324 (patch)
tree57cf6ad5782fd9d8089c81d00768cc56c64519b8 /www/css
parent9f8f4a49cf908064b0303f09fde0556aee83142b (diff)
Removed force page reloads - now when you exit/resume the page should not flash
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 7716dfbe..b239d043 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -127,10 +127,10 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
.timelinebuttons {
position: fixed; /* or absolute */
- bottom:100px;
+ bottom:130px;
left: 50%;
- transform: translate(-50%, -50%);
- z-index:9999;
+ transform: translate(-50%, -50%);
+ z-index:10;
}
.eventprogress