We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5c3f8 commit 24145f8Copy full SHA for 24145f8
templates/repo/view.tmpl
@@ -17,7 +17,7 @@
17
{{template "repo/code/recently_pushed_new_branches" .}}
18
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}}>
+ <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
{{template "repo/view_file_tree" .}}
22
</div>
23
<div class="repo-view-content">
web_src/css/repo/home.css
@@ -58,6 +58,11 @@
58
flex: 0 0 15%;
59
min-width: 0;
60
max-height: 100vh;
61
+ position: sticky;
62
+ top: 0;
63
+ bottom: 0;
64
+ height: 100%;
65
+ overflow-y: hidden;
66
}
67
68
.repo-view-content {
0 commit comments