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.
2 parents 01335ac + 8a36e0f commit 34b9304Copy full SHA for 34b9304
app/assets/stylesheets/editor.css.scss
@@ -33,7 +33,7 @@
33
#panel-left {
34
position: relative;
35
max-height: 85vh;
36
- overflow-y: scroll;
+ overflow-y: auto;
37
}
38
39
app/views/exercises/_editor_file_tree.html.slim
@@ -25,9 +25,9 @@
25
- else
26
= t('shared.hide')
27
28
- #content-left-sidebar.overflow-scroll
+ #content-left-sidebar.overflow-auto
29
- unless @exercise.hide_file_tree
30
- .overflow-scroll
+ .overflow-auto
31
.card.border-secondary
32
.card-header.d-flex.justify-content-between.align-items-center.px-0.py-1
.px-2 = I18n.t('exercises.editor_file_tree.file_root')
0 commit comments