Skip to content

Commit

Permalink
Fix horizontal bg line when zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Dec 11, 2023
1 parent dcce74e commit 4aa74df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/less/components/header-gradient.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
z-index: -1;
position: absolute;
left: 0;
bottom: 0;
bottom: -1px;
height: 173px;
width: 100%;
background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .991353) 6.67%, rgba(255, 255, 255, .96449) 13.33%, rgba(255, 255, 255, .91834) 20%, rgba(255, 255, 255, .852589) 26.67%, rgba(255, 255, 255, .768225) 33.33%, rgba(255, 255, 255, .668116) 40%, rgba(255, 255, 255, .557309) 46.67%, rgba(255, 255, 255, .442691) 53.33%, rgba(255, 255, 255, .331884) 60%, rgba(255, 255, 255, .231775) 66.67%, rgba(255, 255, 255, .147411) 73.33%, rgba(255, 255, 255, .0816599) 80%, rgba(255, 255, 255, .03551) 86.67%, rgba(255, 255, 255, .0086472) 93.33%, rgba(255, 255, 255, 0) 100%);
Expand Down

0 comments on commit 4aa74df

Please sign in to comment.