You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Stop gradients at panel bg color
This commit is contained in:
@@ -152,7 +152,7 @@ limitations under the License.
|
||||
&.mx_IndicatorScrollbar_topOverflow::before {
|
||||
top: 0;
|
||||
transition: background-image 0.1s ease-in;
|
||||
background: linear-gradient(to top, rgba(242,245,248,0), rgba(242,245,248,1));
|
||||
background: linear-gradient(to top, rgba(242,245,248,0), $header-panel-bg-color);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user