File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/lumx-core/src/scss/components/thumbnail Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Fixed
11
11
12
12
- ` Popover ` & ` Tooltip ` : fix popper warning on margin style applied by class ` .visually-hidden ` .
13
+ - ` Thumbnail ` : fix console warning on img overflow style.
13
14
14
15
## [ 3.15.0] [ ] - 2025-07-02
15
16
Original file line number Diff line number Diff line change 116
116
// When using object-fit:cover + ratio 1/1, Chrome switches to pixelated downsizing algo
117
117
// https://stackoverflow.com/a/77059936
118
118
// The following prevent this so the image is correctly downsized using blurring effect
119
- overflow-clip-margin : unset ;
119
+ translate : 0 0 0.01 px ;
120
120
121
121
@supports not (aspect-ratio : 1 / 1 ) {
122
122
position : absolute ;
You can’t perform that action at this time.
0 commit comments