Add overflow on markdown textaera

pull/559/head
Chocobozzz 2018-05-09 15:42:36 +02:00
parent 9b9b1805c2
commit a077482fb7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 1 deletions

View File

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