Browse Source

fix: Set ace editor min height to avoid problem with scrollbar overlapping ace content #15122

Johannes Schill 7 years ago
parent
commit
648bec1807
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/components/_code_editor.scss

+ 1 - 1
public/sass/components/_code_editor.scss

@@ -7,7 +7,7 @@
   &.ace_editor {
     @include font-family-monospace();
     font-size: 1rem;
-    min-height: 2.6rem;
+    min-height: 3.6rem; // Include space for horizontal scrollbar
 
     @include border-radius($input-border-radius-sm);
     border: $input-btn-border-width solid $input-border-color;