Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Dec 25, 2024
1 parent 474b18d commit 3df4e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/components/topbar/PullRequest.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@
margin-left: 1rem;
overflow-y: scroll;
z-index: 1000;
/* pointer-events:; */
}
Expand Down Expand Up @@ -592,7 +593,7 @@
.issue-svg {
max-width: 0.9rem;
max-height: 0.9rem;
margin-top: 0px;
margin-top: 0;
fill: var(--foreground-1);
transition: fill 0.2s ease-in-out;
}
Expand Down

0 comments on commit 3df4e21

Please sign in to comment.