diff options
author | Patrik Lindström <99639133+thevaadinman@users.noreply.github.com> | 2024-12-20 13:01:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 13:01:06 +0200 |
commit | 833f2d0a8c1bc1ddb4f7c6ce9cc477fe77c8aec9 (patch) | |
tree | 2e4d1bdd6a11a33a9913ff71e9be40e3fd88f526 | |
parent | 9b1bd3b2fb92e2f6a770eb4a5888624cc41d514e (diff) | |
download | vaadin-framework-833f2d0a8c1bc1ddb4f7c6ce9cc477fe77c8aec9.tar.gz vaadin-framework-833f2d0a8c1bc1ddb4f7c6ce9cc477fe77c8aec9.zip |
Add more styling
-rw-r--r-- | CHANGELOG-VAADIN8.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG-VAADIN8.md b/CHANGELOG-VAADIN8.md index 5f5ce8252f..bd90084037 100644 --- a/CHANGELOG-VAADIN8.md +++ b/CHANGELOG-VAADIN8.md @@ -7,7 +7,7 @@ * Fixed Framework issue [#11699](https://github.com/vaadin/framework/issues/11699). Previously, calling `UI.getCurrent()` inside a `UI.access()` callback could return a random UI instance under certain circumastances. `CurrentInstance` is now properly cleared before the current session reference is set before running any pending access callbacks. This is a backport of Flow pull request [#20255](https://github.com/vaadin/flow/pull/20255). * Moved (some) blocking calls outside of session lock. Fixes a potential deadlock issue. This is a backport of Flow pull request [#20475](https://github.com/vaadin/flow/pull/20475). -* Specified pointer-events: auto as default for overlay containers in the Valo theme. This fixes an edge case where users were unable to select values from V8 comboboxes placed inside a V14 Dialog component when running under the Vaadin Multi Platform Runtime. +* Specified `pointer-events: auto` as default for overlay containers in the Valo theme. This fixes an edge case where users were unable to select values from V8 comboboxes placed inside a V14 Dialog component when running under the Vaadin Multi Platform Runtime. ## Vaadin 8.27.3 |