Adjust overflow shadow

This commit is contained in:
Pat Hartl 2024-06-07 17:39:33 -05:00
parent 69adf0d878
commit f4ba566df2

View file

@ -39,7 +39,7 @@
right: 0;
bottom: 0;
height: 10px;
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
z-index: 600;
}