Commit 2298bb95 by Ivana Huckova Committed by GitHub

Fix Query Field, remove unnecessary scrollbar (#25315)

parent ba953be9
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment