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 1717 {{template "repo/code/recently_pushed_new_branches" .}}
1818
1919 <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}}>
2121 {{template "repo/view_file_tree" .}}
2222 </div>
2323 <div class="repo-view-content">
Original file line number Diff line number Diff line change 5858 flex : 0 0 15% ;
5959 min-width : 0 ;
6060 max-height : 100vh ;
61+ position : sticky;
62+ top : 0 ;
63+ bottom : 0 ;
64+ height : 100% ;
65+ overflow-y : hidden;
6166}
6267
6368.repo-view-content {
You can’t perform that action at this time.
0 commit comments