Commit 2298bb95 by Ivana Huckova Committed by GitHub

Fix Query Field, remove unnecessary scrollbar (#25315)

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