Skip to content

Commit

Permalink
Tweak actions view sticky (#29781)
Browse files Browse the repository at this point in the history
Add some space when the left side items are sticky due to scrolling the
right side.

<img width="419" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/292e1b03-a071-4744-bb79-e50d109056c8">
  • Loading branch information
silverwind committed Mar 14, 2024
1 parent 7a90e59 commit eb8c34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/components/RepoActionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export function initRepositoryActionView() {
width: 30%;
max-width: 400px;
position: sticky;
top: 0;
top: 12px;
max-height: 100vh;
overflow-y: auto;
}
Expand Down

0 comments on commit eb8c34f

Please sign in to comment.