fixed motif bug

This commit is contained in:
Andrew Gormley 2024-07-18 11:26:37 +01:00
parent f21aab70e3
commit 1ac8148347
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -80,14 +80,14 @@
left:0;
mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
opacity: .5;
position: absolute;
position: fixed;
user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
width:100%;
width:18rem;
@include media-breakpoint-up(lg) {
display: block;