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="292e1b03
-a071-4744-bb79-e50d109056c8">
This commit is contained in:
parent
7a90e5954f
commit
eb8c34fc36
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ export function initRepositoryActionView() {
|
|||
width: 30%;
|
||||
max-width: 400px;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: 12px;
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue