We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1849c commit 35d643dCopy full SHA for 35d643d
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [UNRELEASED]
9
+
10
+### Fixed
11
12
+- Fix Today marker position on native calendar fields
13
14
## [1.3.0] - 2025-12-02
15
16
### Added
public/css/gantt.scss
@@ -175,7 +175,7 @@
175
}
176
177
178
-.gantt_today, .today {
+.gantt_today, .gantt_marker.today {
179
background: inherit;
180
color: var(--dhx-gantt-base-colors-white);
181
position: absolute;
0 commit comments