Skip to content

Commit

Permalink
UI: Fix feed select bar going over navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
previnder committed Oct 19, 2024
1 parent 089f149 commit 8661d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
right: 0;
box-shadow: var(--box-shadow-navbar);
border-bottom: var(--card-border);
z-index: 200;
z-index: 20000;
height: var(--navbar-height);
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion ui/src/scss/_newPost.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
right: 0;
// min-height: 100vh;
background-color: var(--color-body);
z-index: 300;
z-index: 30000;
display: flex;
flex-direction: column;
overflow-y: scroll;
Expand Down

0 comments on commit 8661d40

Please sign in to comment.