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 {
display: flex;
textarea {
@include peertube-textarea(100%, 150px);
margin-bottom: 15px;
}
.previews {
max-height: 150px;
overflow-y: auto;
}
/deep/ {
.nav-link {
display: flex !important;