[Bps-public-commit] rt-extension-timetracking branch fix-my-week-mobile-scroll created. 0.23-1-g3a0ef1e

BPS Git Server git at git.bestpractical.com
Fri Mar 10 19:06:53 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-timetracking".

The branch, fix-my-week-mobile-scroll has been created
        at  3a0ef1e22bc7c1158c6538149afb91b464386466 (commit)

- Log -----------------------------------------------------------------
commit 3a0ef1e22bc7c1158c6538149afb91b464386466
Author: Ronaldo Richieri <ronaldo at bestpractical.com>
Date:   Fri Mar 10 16:04:56 2023 -0300

    Fix My Week day entry mobile scrolling to the right
    
    Day entry on mobile was not scrolling to the right when screen was too
    small. This was due to the day entry table being too wide.
    This commit fixes that by making the table scrollable.

diff --git a/static/css/time_tracking.css b/static/css/time_tracking.css
index 6627c70..97720da 100644
--- a/static/css/time_tracking.css
+++ b/static/css/time_tracking.css
@@ -6,6 +6,7 @@ div.time_tracking {
 div.day_entry {
     clear: both;
     position: relative;
+    overflow-y: scroll;
 }
 
 div.day_entry .update-time {

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt-extension-timetracking


More information about the Bps-public-commit mailing list