Skip to content

Commit 9da2bcd

Browse files
committed
fix(MultimediaViewer): 🐛 fix clipped image when info card is collapsed
In addition to removing the background when the info card is collapsed, the backdrop filter should also be removed.
1 parent 014cd6d commit 9da2bcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • skinStyles/extensions/MultimediaViewer

skinStyles/extensions/MultimediaViewer/mmv.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@
213213
color: ~'hsl( var( --color-progressive-hsl__h ), 45%, 80% )'; // color-base in dark mode
214214
background-color: transparent;
215215
border-color: transparent;
216+
-webkit-backdrop-filter: none;
217+
backdrop-filter: none;
216218

217219
.mw-mmv {
218220
&-title-para {

0 commit comments

Comments
 (0)