From 624bee3b30dcb82277dcd7777ff837bc469f9adb Mon Sep 17 00:00:00 2001 From: bvanbrem Date: Fri, 12 May 2017 21:55:52 +0200 Subject: [PATCH] Update styles.css Floating today helper chevron was not correctly placed on firefox browser. Code fix resolves the issue. --- styles.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 31558dff9..5eb9281cc 100644 --- a/styles.css +++ b/styles.css @@ -282,10 +282,8 @@ .Cal__Today__root.Cal__Today__show .Cal__Today__chevron { transition: transform 0.3s ease; } .Cal__Today__root .Cal__Today__chevron { - position: absolute; - top: 50%; - margin-top: -6px; - margin-left: 5px; + position: relative; + margin-left: 10px; transform: rotate(270deg); transition: transform 0.3s ease; } .Cal__Today__root.Cal__Today__chevronUp .Cal__Today__chevron {