Skip to content

Commit 34b9304

Browse files
author
Benedikt Artelt
committed
Merge branch 'swp_autoping_implement_modular_layout' into codeocean-tuil-dynlay
2 parents 01335ac + 8a36e0f commit 34b9304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/assets/stylesheets/editor.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#panel-left {
3434
position: relative;
3535
max-height: 85vh;
36-
overflow-y: scroll;
36+
overflow-y: auto;
3737
}
3838
}
3939

app/views/exercises/_editor_file_tree.html.slim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
- else
2626
= t('shared.hide')
2727

28-
#content-left-sidebar.overflow-scroll
28+
#content-left-sidebar.overflow-auto
2929
- unless @exercise.hide_file_tree
30-
.overflow-scroll
30+
.overflow-auto
3131
.card.border-secondary
3232
.card-header.d-flex.justify-content-between.align-items-center.px-0.py-1
3333
.px-2 = I18n.t('exercises.editor_file_tree.file_root')

0 commit comments

Comments
 (0)