Add overflow on markdown textaera
This commit is contained in:
parent
9b9b1805c2
commit
a077482fb7
1 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,11 @@
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.previews {
|
||||
max-height: 150px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/deep/ {
|
||||
.nav-link {
|
||||
display: flex !important;
|
||||
|
|
Loading…
Reference in a new issue