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

@ -10,6 +10,11 @@
margin-bottom: 15px;
}
.previews {
max-height: 150px;
overflow-y: auto;
}
/deep/ {
.nav-link {
display: flex !important;