mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Fix Query Field, remove unnecessary scrollbar (#25315)
This commit is contained in:
parent
ba953be95f
commit
2298bb951e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user