Skip to content

Commit 24ec3b0

Browse files
committed
(fix) media preview position on scroll
1 parent 3804047 commit 24ec3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/MediaPreview/MediaPreview.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $media-preview-width-lg: 40px;
33
$media-preview-width-sm: 20px;
44

55
.vac-media-preview {
6-
position: absolute;
6+
position: fixed;
77
top: 0;
88
left: 0;
99
z-index: 99;

0 commit comments

Comments
 (0)