Fix Query Field, remove unnecessary scrollbar (#25315)

This commit is contained in:
Ivana Huckova
2020-06-03 17:35:21 +02:00
committed by GitHub
parent ba953be95f
commit 2298bb951e

View File

@@ -3,10 +3,8 @@
font-family: $font-family-monospace;
height: auto;
word-break: break-word;
overflow: scroll;
&::placeholder {
overflow: scroll;
}
// Affects only placeholder in query field. Adds scrollbar only if content is cropped.
overflow: auto;
}
.slate-query-field__wrapper {