From 3aca41e182dd125c1a764a340c91ec4845ffe3a4 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Thu, 11 Dec 2025 09:26:31 +0100 Subject: [PATCH 1/2] Fix: Corrupted native calendars --- public/css/gantt.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/gantt.scss b/public/css/gantt.scss index 60817a5..16c605c 100644 --- a/public/css/gantt.scss +++ b/public/css/gantt.scss @@ -175,7 +175,7 @@ } } -.gantt_today, .today { +.gantt_today, .gantt_marker.today { background: inherit; color: var(--dhx-gantt-base-colors-white); position: absolute; From 0c7154cd1dbb7ee642c3f0f481baeee79ffaffa0 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Thu, 11 Dec 2025 09:44:09 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b74d5a..08e8b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [UNRELEASED] + +### Fixed + +- Fix Today marker position on native calendar fields + ## [1.3.0] - 2025-12-02 ### Added