Skip to content

Commit

Permalink
Fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaAyers committed Jul 10, 2023
1 parent 725d011 commit e3ec187
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/routes/lsp.$project._index.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ul.browseProject,
.browseProject ul {
overflow: auto;
/* This is shown in a sidebar, so deeply nested folders can be hard to reach */
padding-inline-start: 0.5em;
}

ul.browseProject {
height: 100%;
overflow: auto;
}

0 comments on commit e3ec187

Please sign in to comment.