File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 17
17
{{template "repo/code/recently_pushed_new_branches" .}}
18
18
19
19
<div class="repo-view-container">
20
- <div class="repo-view-file-tree-container not-mobile {{if not .UserSettingCodeViewShowFileTree}}tw-hidden{{end}}" {{if .IsSigned}}data-user-is-signed-in{{end}}>
20
+ <div class="tw-flex tw-flex-col repo-view-file-tree-container not-mobile {{if not .UserSettingCodeViewShowFileTree}}tw-hidden{{end}}" {{if .IsSigned}}data-user-is-signed-in{{end}}>
21
21
{{template "repo/view_file_tree" .}}
22
22
</div>
23
23
<div class="repo-view-content">
Original file line number Diff line number Diff line change 58
58
flex : 0 0 15% ;
59
59
min-width : 0 ;
60
60
max-height : 100vh ;
61
+ position : sticky;
62
+ top : 0 ;
63
+ bottom : 0 ;
64
+ height : 100% ;
65
+ overflow-y : hidden;
61
66
}
62
67
63
68
.repo-view-content {
You can’t perform that action at this time.
0 commit comments