diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 6 |
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 |
