Skip to content

Commit eb8c34f

Browse files
authored
Tweak actions view sticky (#29781)
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">
1 parent 7a90e59 commit eb8c34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ export function initRepositoryActionView() {
524524
width: 30%;
525525
max-width: 400px;
526526
position: sticky;
527-
top: 0;
527+
top: 12px;
528528
max-height: 100vh;
529529
overflow-y: auto;
530530
}

0 commit comments

Comments
 (0)