From 3037d07c0d3cd525953278c4c0e034d4fb988631 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 16 Oct 2023 10:42:13 -0400 Subject: [PATCH] 3.4.1 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf3250..87964d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] -Full history of changelog coming... +## 3.4.1 - 2023-10-16 +### Changed +Updated CSS to remove the `box-sizing: border-box` rule. It was not relevant to the dialog. Added `pointer-events: none` to children of the `[data-modal-open]` triggers - which _is a hack-fix_, but it was the least LOE to resolve the issue. This is the final version of this script. ## 3.4.0 - 2019-01-09 ### Changed