Add overflow on markdown textaera
This commit is contained in:
parent
9b9b1805c2
commit
a077482fb7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue