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 93ce319 commit 7509c48Copy full SHA for 7509c48
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Fixed
11
12
- `Popover` & `Tooltip`: fix popper warning on margin style applied by class `.visually-hidden`.
13
+- `Thumbnail`: fix console warning on img overflow style.
14
15
## [3.15.0][] - 2025-07-02
16
packages/lumx-core/src/scss/components/thumbnail/_index.scss
@@ -117,6 +117,7 @@
117
// https://stackoverflow.com/a/77059936
118
// The following prevent this so the image is correctly downsized using blurring effect
119
overflow-clip-margin: unset;
120
+ overflow: clip;
121
122
@supports not (aspect-ratio: 1 / 1) {
123
position: absolute;
0 commit comments