Add overflow on markdown textaera
authorChocobozzz <me@florianbigard.com>
Wed, 9 May 2018 13:42:36 +0000 (15:42 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 11 May 2018 06:48:20 +0000 (08:48 +0200)
client/src/app/shared/forms/markdown-textarea.component.scss

index 6f7494621f6a36c19b911e68148ec111725796cd..9c92a67d90f0946c3ed2c75ae61eb185f3234200 100644 (file)
@@ -3,13 +3,18 @@
 
 .root {
   display: flex;
-  
+
   textarea {
     @include peertube-textarea(100%, 150px);
 
     margin-bottom: 15px;
   }
 
+  .previews {
+    max-height: 150px;
+    overflow-y: auto;
+  }
+
   /deep/ {
     .nav-link {
       display: flex !important;