Skip to content

Commit 35d643d

Browse files
authored
Fix: Corrupted native calendars (#174)
* Fix: Corrupted native calendars * changelog
1 parent cf1849c commit 35d643d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [UNRELEASED]
9+
10+
### Fixed
11+
12+
- Fix Today marker position on native calendar fields
13+
814
## [1.3.0] - 2025-12-02
915

1016
### Added

public/css/gantt.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
}
176176
}
177177

178-
.gantt_today, .today {
178+
.gantt_today, .gantt_marker.today {
179179
background: inherit;
180180
color: var(--dhx-gantt-base-colors-white);
181181
position: absolute;

0 commit comments

Comments
 (0)