Skip to content

Commit 71e45ed

Browse files
committed
fixed scrolling for the admin editor; released 4.1.3
1 parent 324cba2 commit 71e45ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

trix/trix_student/static/trix_student/dist/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11726,7 +11726,7 @@ pre.trix-prelined {
1172611726
letter-spacing: 1px;
1172711727
width: 100%;
1172811728
min-height: 200px;
11729-
overflow-y: hidden;
11729+
overflow-y: auto;
1173011730
}
1173111731
.devilry-comment-editor__textarea .devilry-comment-editor-textarea--real {
1173211732
position: absolute;

trix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1.2'
1+
__version__ = '4.1.3'

0 commit comments

Comments
 (0)