Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(webapp): fix newsfeed layout #6154

Merged
merged 10 commits into from
May 24, 2023
Prev Previous commit
Next Next commit
merged master and resolved conflict in webapp/pages/index.vue
  • Loading branch information
maeckes1 committed May 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 12a4ab6b83df123fe989a0e0054924ef79d9b4e7
2 changes: 1 addition & 1 deletion webapp/pages/index.vue
Original file line number Diff line number Diff line change
@@ -350,7 +350,7 @@ export default {
.filterButtonMenu {
width: 95%;
position: fixed;
z-index: 6;
z-index: $z-index-sticky;
margin-top: -45px;
padding: 30px 0px 20px 0px;
background-color: #f5f4f6;
You are viewing a condensed version of this merge commit. You can view the full changes here.